Skip to content

Commit

Permalink
style: remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Jan 14, 2024
1 parent 135f2e4 commit 363bdc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ def _on_movetool_map_press(self, pos):
self.moving = True

def _on_movetool_map_release(self, point):
print(point)
if self.moving:
crs = self._iface.mapCanvas().mapSettings().destinationCrs()

Expand Down
2 changes: 0 additions & 2 deletions ORStools/utils/maptools.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,4 @@ def deactivate(self):
def canvasPressEvent(self, e):
# Make tooltip look like marker
# noinspection PyUnresolvedReferences
new_point = self.toMapCoordinates(e.pos())
print(new_point)
self.pointPressed.emit(e.pos())

0 comments on commit 363bdc3

Please sign in to comment.