From e4e4d9fecdc8fb1d810a00da9babc14aa7d1df12 Mon Sep 17 00:00:00 2001 From: Patrick Felixberger Date: Wed, 26 Feb 2020 19:56:18 +0100 Subject: [PATCH] Removed version info 2 --- src/Mod/Path/PathScripts/PathDeburr.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathDeburr.py b/src/Mod/Path/PathScripts/PathDeburr.py index 00a1db6908..46ba0f58ee 100644 --- a/src/Mod/Path/PathScripts/PathDeburr.py +++ b/src/Mod/Path/PathScripts/PathDeburr.py @@ -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())