summaryrefslogtreecommitdiff
path: root/tests/tolua/test1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tolua/test1.cpp')
-rwxr-xr-xtests/tolua/test1.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tolua/test1.cpp b/tests/tolua/test1.cpp
index a2bff4d..902b278 100755
--- a/tests/tolua/test1.cpp
+++ b/tests/tolua/test1.cpp
@@ -16,8 +16,6 @@ int main( int /* argc */, char *argv[] )
LuaVM luaVm;
- cout << luaVm.handle( ) << endl;
-
vector<string> modules;
modules.push_back( "./libtest1/mod_test.so" );
ModuleLoader<Base> loader( modules, (void *)&luaVm );