no more debug prints

This commit is contained in:
IonutParau 2025-06-30 20:10:56 +02:00
parent 501e70e804
commit 22fef74fb6

View File

@ -434,8 +434,6 @@ sandbox = {
} }
sandbox._G = sandbox sandbox._G = sandbox
print("oh gosh", sandbox.unicode.sub("abc", 1, 0))
local function bootstrap() local function bootstrap()
local eeprom = libcomponent.list("eeprom")() local eeprom = libcomponent.list("eeprom")()
assert(eeprom, "no eeprom") assert(eeprom, "no eeprom")