This commit is contained in:
Roman Shevchenko
2012-10-09 15:49:26 +02:00
parent 65e2d7717a
commit fec5957d2b
@@ -100,7 +100,6 @@ public class IdeaWin32 {
final FileInfo result = getInfo0(path);
t = (System.nanoTime() - t) / 1000;
LOG.debug("getInfo(" + path + "): " + t + " mks");
LogUtil.debug(LOG, "getInfo(%s)", path);
return result;
}
else {