main: Remove debug print()

Mon, 17 Sep 2018 22:05:59 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 17 Sep 2018 22:05:59 +0100
changeset 154
855a32aa56ab
parent 153
f83ea6e5c3d8
child 155
84aa28dda508

main: Remove debug print()

main.lua file | annotate | diff | comparison | revisions
--- a/main.lua	Fri Sep 14 12:56:19 2018 +0100
+++ b/main.lua	Mon Sep 17 22:05:59 2018 +0100
@@ -312,7 +312,6 @@
 		for _, only in ipairs(only_tags) do
 			local k, v = only[1], only[2];
 			if not tags[k] or (v and tags[k] ~= v) then
-				print(k, v, tags[k])
 				return { name = script.title or script.name, status = "skipped", reason = "not tagged "..k };
 			end
 		end

mercurial