From 9cba69b114c77028db365edfae02fe818dcd7f8b Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Fri, 13 Apr 2018 11:09:19 -0700 Subject: [PATCH] remove built printout when running comipiler on single file --- bin/moonc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/moonc b/bin/moonc index e808670..50c3c33 100755 --- a/bin/moonc +++ b/bin/moonc @@ -225,9 +225,7 @@ else if not success then io.stderr:write(fname .. "\t" .. err .. "\n") os.exit(1) - elseif success == "build" then - log_msg("Built", fname) - end + else end end