diff --git a/python/utils.py b/python/utils.py index 35ee562f35b8..044857b3a131 100644 --- a/python/utils.py +++ b/python/utils.py @@ -427,7 +427,7 @@ def _unloadPluginModules(packageName): try: del sys.modules[mod] except: - qDebug("Error when removing module:\n%s" % traceback.format_exc()) + pass # remove the plugin entry del _plugin_modules[packageName]