TreeUi: fix for 14917 -- no need for LOG.error()

This commit is contained in:
Kirill Kalishev
2010-01-28 17:16:52 +03:00
parent 9a99e12c00
commit f22b1665cf
@@ -1644,9 +1644,7 @@ public class AbstractTreeUi {
needToUpdate = true;
}
//noinspection ConstantConditions
if (childDescr.get() == null) {
LOG.error("childDescr == null, treeStructure = " + getTreeStructure() + ", child = " + child);
processingDone.setDone();
continue;
}