Skip to content
Snippets Groups Projects
Commit 53430cbc authored by nkour's avatar nkour
Browse files

rm a commented out print

parent 9bee1407
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment