Skip to content

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Feb 13, 2024
1 parent 39c1f4f commit e44c0ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ def run_gui_control(self):
response = clnt.request("/optimization", {}, post_json=params)

if self.dlg.export_jobs_order.isChecked():
print('debug')
items = list()
for route in response["routes"]:
for i, step in enumerate(route["steps"]):
Expand All @@ -343,7 +342,6 @@ def run_gui_control(self):
QgsProject.instance().addMapLayer(point_layer)
self.dlg._iface.mapCanvas().refresh()


feat = directions_core.get_output_features_optimization(
response, params["vehicles"][0]["profile"]
)
Expand Down

0 comments on commit e44c0ee

Please sign in to comment.