Strange Console Problem

for some reason one of my modules is printing things that aren’t even being told to print, things that i did print before that aren’t there anymore. I used the search feature to search “print” in my module and nothing is there, yet somehow it’s printing stuff.

External modules (files) are preferred over internal modules (textblock). -> search for external .py files

Compiled modules (.pyc) are preferred over source code (.py), but if the source code is newer it gets compiled. Be aware .pyc files can still be used even after removing the according .py file.

ohh I see, thanks monster.