Removed version info 2

This commit is contained in:
Patrick Felixberger
2020-02-26 19:56:18 +01:00
parent 3a36200064
commit e4e4d9fecd

View File

@@ -33,13 +33,9 @@ import math
from PySide import QtCore
__title__ = "Path Deburr Operation"
__author__ = "sliptonic (Brad Collette)"
__author__ = "sliptonic (Brad Collette), Schildkroet"
__url__ = "http://www.freecadweb.org"
__doc__ = "Deburr operation."
__contributors__ = "Schildkroet"
__created__ = "2018"
__scriptVersion__ = "1.1"
__lastModified__ = "2020-02-19"
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
#PathLog.trackModule(PathLog.thisModule())