From 6a10d5388b4cd59d9419817f519d6363670a0fdd Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Wed, 3 Mar 2021 18:49:21 -0600 Subject: [PATCH] Path: Remove 'verify final depth' warning --- src/Mod/Path/PathScripts/PathPocketShape.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathPocketShape.py b/src/Mod/Path/PathScripts/PathPocketShape.py index f85dd3e81b..7bcfee72c1 100644 --- a/src/Mod/Path/PathScripts/PathPocketShape.py +++ b/src/Mod/Path/PathScripts/PathPocketShape.py @@ -379,8 +379,6 @@ class ObjectPocket(PathPocketBase.ObjectPocket): else: face.translate(FreeCAD.Vector(0, 0, vFinDep - face.BoundBox.ZMin)) self.horiz.append(face) - msg = translate('Path', 'Verify final depth of pocket shaped by vertical faces.') - PathLog.warning(msg) # add faces for extensions self.exts = [] # pylint: disable=attribute-defined-outside-init