rm a commented out print

This commit is contained in:
Nikos Kouremenos 2006-01-25 14:11:19 +00:00
parent 9bee140765
commit 53430cbc7c
1 changed files with 0 additions and 1 deletions

View File

@ -737,7 +737,6 @@ class MessageWindowMgr:
# If any of these values seem bogus don't update.
if x < 0 or y < 0 or width < 0 or height < 0:
#print 'x', x, 'y', y, 'w', width, 'h', height
return
elif self.mode == self.ONE_MSG_WINDOW_PERACCT: