From 0ffb56600e972e825473252359be7ed61d07960a Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sun, 22 Sep 2013 22:37:52 -0700 Subject: [PATCH] Cleanup. --- premake/unittest++.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/premake/unittest++.lua b/premake/unittest++.lua index 222abfc..f895a0c 100644 --- a/premake/unittest++.lua +++ b/premake/unittest++.lua @@ -13,7 +13,6 @@ function flagsremove(name) for index, value in pairs(tbl) do if value == name then table.remove(tbl, index) - print(index, value, type(value)) end end end