Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
aichingm authored and gsemet committed Oct 2, 2018
1 parent 4a1be17 commit 27a0140
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guake/boxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def split_v(self):
self.split(DualTerminalBox.ORIENT_H)

def split(self, orientation):
print("in split")
notebook = self.get_notebook()
parent = self.get_parent()
if orientation == DualTerminalBox.ORIENT_H:
Expand Down

0 comments on commit 27a0140

Please sign in to comment.