removing some residual detailed logging from migration process
This commit is contained in:
parent
27b2f2d95c
commit
138a7fb347
1 changed files with 2 additions and 2 deletions
|
@ -366,7 +366,7 @@ public class ABoxUpdater {
|
||||||
Statement oldStatement = iter.next();
|
Statement oldStatement = iter.next();
|
||||||
count++;
|
count++;
|
||||||
retractions.add(oldStatement);
|
retractions.add(oldStatement);
|
||||||
logChange(oldStatement, false);
|
//logChange(oldStatement, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count > 0) {
|
if (count > 0) {
|
||||||
|
@ -415,7 +415,7 @@ public class ABoxUpdater {
|
||||||
count++;
|
count++;
|
||||||
Statement oldStatement = iter.next();
|
Statement oldStatement = iter.next();
|
||||||
retractions.add(oldStatement);
|
retractions.add(oldStatement);
|
||||||
logChange(oldStatement, false);
|
//logChange(oldStatement, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
//log summary of changes
|
//log summary of changes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue