bkaradzic 12 years ago
parent
commit
0ffb56600e
1 changed files with 0 additions and 1 deletions
  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
 		for index, value in pairs(tbl) do
 			if value == name then
 			if value == name then
 				table.remove(tbl, index)
 				table.remove(tbl, index)
-				print(index, value, type(value))
 			end
 			end
 		end
 		end
 	end
 	end