mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Profile: Change print to logger.
parent
2f93d1a83f
commit
3b1f135fdb
|
|
@ -165,7 +165,7 @@ class ProfileWindow(PamhyrWindow):
|
|||
if Modules.GEOMETRY not in key:
|
||||
return
|
||||
|
||||
print("=====TOTO=====")
|
||||
logger.debug("TOTO")
|
||||
self._tablemodel.layoutChanged.emit()
|
||||
self._update(redraw=True, propagate=False)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue