Removed dead code for debugging shortcut warnings.

This commit is contained in:
Markus Lampert
2020-01-03 23:13:55 -08:00
parent 824bbead6d
commit 81bbb0066d
28 changed files with 54 additions and 164 deletions

View File

@@ -41,7 +41,7 @@ from PySide import QtCore, QtGui
LOG_MODULE = PathLog.thisModule()
PathLog.setLevel(PathLog.Level.DEBUG, LOG_MODULE)
PathLog.setLevel(PathLog.Level.INFO, LOG_MODULE)
# Qt translation handling