Does anyone know how to call the print function once it’s been disabled with this declaration?
print = function() end
I want to disable print in sections of my code for debugging without commenting out each individual line and I can’t figure out how.
Thanks,
Nail