Turned logging back off.

This commit is contained in:
Jeremy Wright 2014-11-28 17:25:28 -05:00
parent 50844a2dd1
commit d4817bcbf3
2 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ class CadQueryWorkbench (Workbench):
os.environ['QT_API'] = 'pyside'
#Turn off logging for now
import logging
logging.basicConfig(filename='C:\Users\Jeremy\Documents\log.txt', level=logging.DEBUG)
#import logging
#logging.basicConfig(filename='C:\Users\Jeremy\Documents\log.txt', level=logging.DEBUG)
#We have our own CQ menu that's added when the user chooses our workbench
commands = ['CadQueryOpenScript', 'CadQuerySaveScript', 'CadQuerySaveAsScript', 'CadQueryExecuteScript',

Binary file not shown.