Skip to content

Commit 1842708

Browse files
Remove unneeded 'dockable' log message.
1 parent 02b0ced commit 1842708

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/mmSolver/ui/base_maya_window.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def __init__(self, parent, name=None):
8989
self._settings_path = config_path
9090
e = time.time()
9191
LOG.debug('BaseMayaWindow init: %r seconds', e - s)
92-
LOG.info('is the window dockable?: %s' % self.isDockable())
9392
return
9493

9594
def baseHideStandardButtons(self):

0 commit comments

Comments
 (0)