diff options
author | Guido van Rossum <guido@python.org> | 1991-05-14 12:13:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-05-14 12:13:40 (GMT) |
commit | 17fca179bc3de0106cd10b2341663f72946b8cfe (patch) | |
tree | b0595af3c6f228b9eb949b41b9189b00a2ab8bfe /Lib/stdwin/StripChart.py | |
parent | a2a181a6a373efb05ace4949be628b4a8b7cf9d0 (diff) | |
download | cpython-17fca179bc3de0106cd10b2341663f72946b8cfe.zip cpython-17fca179bc3de0106cd10b2341663f72946b8cfe.tar.gz cpython-17fca179bc3de0106cd10b2341663f72946b8cfe.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Lib/stdwin/StripChart.py')
-rwxr-xr-x | Lib/stdwin/StripChart.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/stdwin/StripChart.py b/Lib/stdwin/StripChart.py index e97dae2..67d7de1 100755 --- a/Lib/stdwin/StripChart.py +++ b/Lib/stdwin/StripChart.py @@ -52,7 +52,6 @@ class StripChart() = LabelAppearance(), NoReactivity(): def draw(self, (d, area)): area = rect.intersect(area, self.bounds) if area = rect.empty: - print 'mt' return d.cliprect(area) d.erase(self.bounds) |