main: Remove debug print

Tue, 11 Sep 2018 21:16:00 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 11 Sep 2018 21:16:00 +0100
changeset 128
d241861a36b4
parent 127
df5aa6a12561
child 129
ff11f32d2499

main: Remove debug print

main.lua file | annotate | diff | comparison | revisions
--- a/main.lua	Tue Sep 11 21:12:33 2018 +0100
+++ b/main.lua	Tue Sep 11 21:16:00 2018 +0100
@@ -280,7 +280,6 @@
 end;
 
 local function run_test_script(script_name)
-	print(script_name)
 	local script = parse_script(read_script(script_name))
 	log_data("script", { title = script.title, summary = script.summary, tags = script.tags, filename = script_name });
 

mercurial