Skip to content

Commit

Permalink
remove superflous debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
alexneufeld committed Jan 12, 2025
1 parent c916012 commit a837ce4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SheetMetalTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
language_path = os.path.join(mod_path, "translations")
params = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/SheetMetal")
smEpsilon = FreeCAD.Base.Precision.approximation()
print("======> Epsilon:", + smEpsilon)
smForceRecompute = False
smObjectsToRecompute = set()

Expand Down

0 comments on commit a837ce4

Please sign in to comment.