Commit 3b1f135f authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Geometry: Profile: Change print to logger.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -165,7 +165,7 @@ class ProfileWindow(PamhyrWindow): ...@@ -165,7 +165,7 @@ class ProfileWindow(PamhyrWindow):
if Modules.GEOMETRY not in key: if Modules.GEOMETRY not in key:
return return
print("=====TOTO=====") logger.debug("TOTO")
self._tablemodel.layoutChanged.emit() self._tablemodel.layoutChanged.emit()
self._update(redraw=True, propagate=False) self._update(redraw=True, propagate=False)
......
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