@@ -59,15 +59,7 @@ public class IsolatedLinesFinder {
//分组线
List<List<GisSurveySystemCheckElement>> groupElements = unionFind.groupLines(lines);
- long end = System.currentTimeMillis();
- LogPrintMgr.getInstance().printLogMsg(LogLevelFlag.LOG_INFO, mBizType, mStrClassName
- , String.format(
- "结束执行寻找孤立线,用时(毫秒):%d"
- , (end - begin)
- )
- );
return new AsyncResult<>(createResult(groupElements, systemCheckId, begin));
-
}
/**