Skip to content

Commit

Permalink
Usunięcie printów
Browse files Browse the repository at this point in the history
  • Loading branch information
jgruszka93 committed Jun 25, 2019
1 parent efc3ff0 commit b258e99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clear_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -2646,9 +2646,7 @@ def nowyobszar(self, orchdict):
# metoda statyczna, tworzy dialog i zwraca słownik z nowymi danymi obszaru
@staticmethod
def firstcomein(orchdict, parent=None):
print('static method called')
dialog = OrchEditDialog(orchdict, False, 'Przyjmij', parent)
print('dialog created')
ok = dialog.exec_()
nowyorchdict = dialog.nowyobszar(orchdict)
return nowyorchdict, ok == QDialog.Accepted
Expand Down
Binary file modified logger.db
Binary file not shown.

0 comments on commit b258e99

Please sign in to comment.