Commit 8daaef56 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Section: Delete useless print.

Showing with 0 additions and 6 deletions
+0 -6
......@@ -65,9 +65,6 @@ class SetBeginStricklerCommand(QUndoCommand):
self._old = self._sections.get(self._index).begin_strickler
self._new = new_value
print(self._old)
print(self._new)
def undo(self):
self._sections.get(self._index).begin_strickler = self._old
......@@ -83,9 +80,6 @@ class SetEndStricklerCommand(QUndoCommand):
self._old = self._sections.get(self._index).end_strickler
self._new = new_value
print(self._old)
print(self._new)
def undo(self):
self._sections.get(self._index).end_strickler = self._old
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment