Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Sep 25, 2023
1 parent 2a3e638 commit 0707cc3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def _create_project(self):

self.progress_bar.setValue(55)

print(self.optimize_combo.currentData())
# on geopackages we don't use the transaction mode on default, since this leaded to troubles, except the topping sais so
project = Project(
auto_transaction=not bool(self.configuration.tool & DbIliMode.gpkg)
Expand Down

0 comments on commit 0707cc3

Please sign in to comment.