diff options
author | Tal Einat <532281+taleinat@users.noreply.github.com> | 2021-04-28 22:27:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 22:27:55 (GMT) |
commit | 15d386185659683fc044ccaa300aa8cd7d49cc1a (patch) | |
tree | 6fac7df4ac125b39648d8f0d7fbb008212dc6ba8 /Lib/idlelib/colorizer.py | |
parent | 103d5e420dd90489933ad9da8bb1d6008773384d (diff) | |
download | cpython-15d386185659683fc044ccaa300aa8cd7d49cc1a.zip cpython-15d386185659683fc044ccaa300aa8cd7d49cc1a.tar.gz cpython-15d386185659683fc044ccaa300aa8cd7d49cc1a.tar.bz2 |
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
The first followup will change shell indents to spaces.
More are expected.
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/colorizer.py')
-rw-r--r-- | Lib/idlelib/colorizer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/colorizer.py b/Lib/idlelib/colorizer.py index 0aae177..3c52740 100644 --- a/Lib/idlelib/colorizer.py +++ b/Lib/idlelib/colorizer.py @@ -133,7 +133,6 @@ class ColorDelegator(Delegator): # non-modal alternative. "hit": idleConf.GetHighlight(theme, "hit"), } - if DEBUG: print('tagdefs', self.tagdefs) def insert(self, index, chars, tags=None): |