Skip to content

Commit

Permalink
Removed version info 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Schildkroet committed Feb 26, 2020
1 parent 3a36200 commit e4e4d9f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Mod/Path/PathScripts/PathDeburr.py
Expand Up @@ -33,13 +33,9 @@
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())
Expand Down

0 comments on commit e4e4d9f

Please sign in to comment.