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