#(Vyruss) Stop printing to console
20 messages · Page 1 of 1 (latest)
(Vyruss) Stop printing to console
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
debug: false is probably what you are looking for
There is also a setting inside of denizen that overrides the debug: false line, it’s in the denizen settings and it’s called something like “debug_override”
setting debug to false to individual scripts is far better debug management than overriding everything
rule of thumb is: while you're testing, leave it to true. once it works as intended, debug: false
oh i should probably tell where to put that
my_script:
type: world
debug: false
yadda yadda
It is much better, however if the “debug override” setting is set to true the Debug line inside of scripts will not do anything, which is why I mentioned to make sure it’s off
in summary, @dense stone, you can just read this:
https://guide.denizenscript.com/guides/troubleshooting/common-mistakes.html#toggle-debug-settings-with-care
Has your issue been resolved, or your question been answered?
If so, please type </resolved:1028673926114594866> to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.
If not yet resolved, please reply below to tell us what you still need.
(Note that if there is no reply for a few days, this thread will eventually close itself.)
@dense stone