Skip to content

Commit

Permalink
Remove print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed May 17, 2013
1 parent 5c4b89b commit 6dd02ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xdot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,6 @@ def on_area_button_release(self, area, event):
x, y = int(event.x), int(event.y)
if self.is_click(event):
el = self.get_element(x, y)
print "clicked element:", el
if self.on_click(el, event):
return True

Expand Down

0 comments on commit 6dd02ae

Please sign in to comment.