From 03b34e074b11d527c809cd6823e057e40a83ae85 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Fri, 12 May 2023 09:20:44 -0500 Subject: [PATCH] turn off logging --- src/Mod/Path/Path/Main/Gui/Sanity.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Mod/Path/Path/Main/Gui/Sanity.py b/src/Mod/Path/Path/Main/Gui/Sanity.py index a3ea454b5c..6ad2a53f74 100644 --- a/src/Mod/Path/Path/Main/Gui/Sanity.py +++ b/src/Mod/Path/Path/Main/Gui/Sanity.py @@ -28,12 +28,11 @@ Path projects. Ideally, the user could execute these utilities from an icon to make sure tools are selected and configured and defaults have been revised """ -from PySide import QtCore, QtGui +from PySide import QtGui import FreeCAD import FreeCADGui import Path import Path.Log -import PathScripts from collections import Counter from datetime import datetime import os @@ -43,7 +42,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP translate = FreeCAD.Qt.translate -if True: +if False: Path.Log.setLevel(Path.Log.Level.DEBUG, Path.Log.thisModule()) Path.Log.trackModule(Path.Log.thisModule()) else: