浏览代码

Remove debug statement from usertypes test

Ole 9 年之前
父节点
当前提交
fb939bb7a0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/usertypes.cpp

+ 0 - 1
tests/usertypes.cpp

@@ -61,7 +61,6 @@ TEST_CASE("UserTypeFields") {
 
 	// Unqualified get
 	REQUIRE(luaL_dostring(state, "return value:n()") == 0);
-	puts(lua_tostring(state, -1));
 	REQUIRE(luwra::read<int>(state, -1) == value.n);
 
 	// Unqualified set