diff --git a/SurfFinishing.cpp b/SurfFinishing.cpp index 31acf8d..97f3198 100644 --- a/SurfFinishing.cpp +++ b/SurfFinishing.cpp @@ -1732,15 +1732,12 @@ SurfFinishing::ProcessSfr( int nPathId, int nPvId, int nClId) // se richiesto, elimino le parti al massimo affondamento bool bSkipMaxDown = true ; GetValInNotes( m_Params.m_sUserNotes, "SkipMaxDown", bSkipMaxDown) ; - PerformanceCounter PC ; - PC.Start() ; if ( bSkipMaxDown) { if ( ! EraseMaxDownSurf( vSrfLoc, frSurf, vtTool, dDepth, pSfrCnt)) { m_pMchMgr->SetLastError( 3124, "Error in SurfFinishing : region not computable") ; return false ; } } - LOG_INFO( GetEMkLogger(), ( "ToT Time : " + ToString( PC.Stop())).c_str()) ; // se regione risultante vuota, non devo fare altro if ( ! pSfrCnt->IsValid()) return true ;