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