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
1 changed files with 1 additions and 1 deletions

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;