bkaradzic 12 lat temu
rodzic
commit
0ffb56600e
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      premake/unittest++.lua

+ 0 - 1
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