PD: remove duplicate verifications

This commit is contained in:
mosfet80
2022-03-01 16:46:56 +01:00
committed by wmayer
parent 5430c986f8
commit c181da4461
3 changed files with 2 additions and 7 deletions

View File

@@ -85,8 +85,6 @@ App::DocumentObjectExecReturn *Pad::execute()
TopoDS_Shape sketchshape;
try {
getVerifiedObject();
sketchshape = getVerifiedFace();
}
catch (const Base::Exception& e) {