Skip to content

Commit

Permalink
Remove debug print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgibbs committed Oct 21, 2016
1 parent aa9a4f6 commit ab70a8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pydm/widgets/related_display_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def mouseReleaseEvent(self, mouse_event):
def open_display(self, target=EXISTING_WINDOW):
if self.displayFilename == None:
return
print("Button wants to open " + self.displayFilename)
if target == self.EXISTING_WINDOW:
self.window().go(self.displayFilename)
if target == self.NEW_WINDOW:
Expand Down

0 comments on commit ab70a8f

Please sign in to comment.