1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-11-17 15:24:52 +00:00

Commented out debug calls

They would break Opus OS
This commit is contained in:
LDDestroier 2019-08-19 16:33:18 -04:00 committed by GitHub
parent a172aff345
commit d537e03e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ local CBOR = (function()
local setmetatable, getmetatable = setmetatable, getmetatable;
local dbg_getmetatable
if debug then dbg_getmetatable = debug.getmetatable else dbg_getmetatable = getmetatable end
-- if debug then dbg_getmetatable = debug.getmetatable else dbg_getmetatable = getmetatable end
local assert = assert;
local error = error;
local type = type;