Fixed Analysis saying Fetch took -1ms

This commit is contained in:
Rsl1122 2017-09-27 19:32:33 +03:00
parent 3554efb8de
commit 0bd111bc7c

View File

@ -312,6 +312,5 @@ public class Analysis {
} catch (SQLException e) {
Log.toLog(this.getClass().getName(), e);
}
Benchmark.stop("Analysis", "Fetch Phase");
}
}