Commit 70dcb1a6 authored by Theophile Terraz's avatar Theophile Terraz
Browse files

remove print

No related merge requests found
Pipeline #56426 passed with stages
in 3 minutes and 22 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -54,10 +54,12 @@ class NetworkTranslate(MainTranslate):
self._sub_dict["table_headers_node"] = {
"name": self._dict['name'],
"type": self._dict['type'],
# "id": _translate("Network", "Index"),
}
self._sub_dict["table_headers_edge"] = {
"name": self._dict['name'],
"node1": _translate("Network", "Source node"),
"node2": _translate("Network", "Destination node"),
# "id": _translate("Network", "Index"),
}
......@@ -65,7 +65,6 @@ class PlotXY(PamhyrPlot):
self._table = parent.find(QTableView, f"tableView_profile")
def onpick(self, event):
print(event.mouseevent.button.value)
if event.mouseevent.inaxes != self.canvas.axes:
return
if event.mouseevent.button.value != 1:
......
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