1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-01 10:28:01 +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

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;