Skip to content

Commit cb4d69c

Browse files
committed
remove some debug print
1 parent e171791 commit cb4d69c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugindevtools/PluginDevTools/PluginDevToolsDocker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def canvasChanged(self, canvas):
1515
pass
1616

1717
def showEvent(self, event: QtGui.QShowEvent) -> None:
18-
print('PluginDevToolsDocker showEvent')
19-
print(' sender= ', self.sender())
18+
#print('PluginDevToolsDocker showEvent')
19+
#print(' sender= ', self.sender())
2020
if isinstance(self.sender(), QAction):
2121
self.signal_manualOpenDocker.emit()
2222
return super().showEvent(event)

0 commit comments

Comments
 (0)