Skip to content

Commit

Permalink
Removing a print
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Sep 10, 2015
1 parent 6ab81bd commit 7a290f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HookTest/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def capitain(self):
""" Load the file in MyCapytain
"""
if self.xml:
print(self.path, flush=True)
try:
self.Text = MyCapytain.resources.texts.local.Text(resource=self.xml.getroot())
yield True
Expand Down

0 comments on commit 7a290f8

Please sign in to comment.