Debug internal command traffic showing on console

One of my systems is in a mode where when I debug Python the console displays all the internal debugger traffic (sending cmd --> ...)  How do I turn this off?  I looked at the debug log setting and nothing seems set there.

0
2 comments

Perhaps you have PYCHARM_DEBUG=True env variable enabled in your run/debug configuration? 

0

Ah - that's it.  Thanks a bunch.  No idea how that got set.

0

Please sign in to leave a comment.