removing some residual detailed logging from migration process

This commit is contained in:
sjm222 2011-01-18 22:01:48 +00:00
parent 27b2f2d95c
commit 138a7fb347

View file

@ -366,7 +366,7 @@ public class ABoxUpdater {
Statement oldStatement = iter.next();
count++;
retractions.add(oldStatement);
logChange(oldStatement, false);
//logChange(oldStatement, false);
}
if (count > 0) {
@ -415,7 +415,7 @@ public class ABoxUpdater {
count++;
Statement oldStatement = iter.next();
retractions.add(oldStatement);
logChange(oldStatement, false);
//logChange(oldStatement, false);
}
//log summary of changes