Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Processing] Suppress debug output from PyQt4.uic tools
  • Loading branch information
m-kuhn committed Feb 4, 2016
1 parent 0add858 commit 7325f5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/plugins/processing/gui/__init__.py
@@ -0,0 +1,6 @@
from PyQt4 import uic
import logging

uic.properties.logger.setLevel(logging.WARNING)
uic.uiparser.logger.setLevel(logging.WARNING)
uic.Compiler.qobjectcreator.logger.setLevel(logging.WARNING)

0 comments on commit 7325f5f

Please sign in to comment.