there's probably any number of tools for this already, but right now I just have a bunch of if DEBUG: print() statements scattered everywhere and it would be nice to have them call a separate method, maybe with optional levels of importance, so I could just show errors vs showing debug info
there's probably any number of tools for this already, but right now I just have a bunch of if DEBUG: print() statements scattered everywhere and it would be nice to have them call a separate method, maybe with optional levels of importance, so I could just show errors vs showing debug info