Remove debug message.

pull/10/head
Robert G. Jakabosky 15 years ago
parent 0757b21cba
commit 99b8dafb4a

@ -657,7 +657,6 @@ local d_setmetatable = debug.setmetatable\n\
-- try loading luajit's ffi\n\ -- try loading luajit's ffi\n\
local stat, ffi=pcall(require,\"ffi\")\n\ local stat, ffi=pcall(require,\"ffi\")\n\
if not stat then\n\ if not stat then\n\
print(\"No FFI support: Using standard Lua api interface.\")\n\
return\n\ return\n\
end\n\ end\n\
-- check if ffi is disabled.\n\ -- check if ffi is disabled.\n\

Loading…
Cancel
Save