From 83bab4581d9570e151b23db3b4de016600afa76d Mon Sep 17 00:00:00 2001 From: FrigoEU Date: Mon, 29 Jul 2019 11:15:53 +0200 Subject: Removed MISSED_DEP print --- src/mod_db.sml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/mod_db.sml b/src/mod_db.sml index 2e2b9c6c..de428570 100644 --- a/src/mod_db.sml +++ b/src/mod_db.sml @@ -121,7 +121,8 @@ fun insert (d, tm, hasErrors) = fun doMod (n', deps) = case IM.find (!byId, n') of NONE => - (TextIO.print ("MISSED_DEP: " ^ Int.toString n' ^"\n"); + ( + (* TextIO.print ("MISSED_DEP: " ^ Int.toString n' ^"\n"); *) deps) (* raise Fail ("ModDb: Trying to make dep tree but couldn't find module " ^ Int.toString n') *) (* I feel like this should throw, but the dependency searching algorithm *) -- cgit v1.2.3