Remove useless debug
authorBruno Sinou <bsinou@argeo.org>
Tue, 4 Oct 2011 15:56:58 +0000 (15:56 +0000)
committerBruno Sinou <bsinou@argeo.org>
Tue, 4 Oct 2011 15:56:58 +0000 (15:56 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4795 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/runtime/org.argeo.server.jcr/src/main/java/org/argeo/jcr/JcrUtils.java

index d9da84ab3f0a5c8e9631407d7f9130f3e5c30c58..08f8d55c393727aecb32259c6b6f45df97db931c 100644 (file)
@@ -1056,7 +1056,6 @@ public class JcrUtils implements ArgeoJcrConstants {
                        NodeIterator ni = node.getNodes();
                        while (ni.hasNext())
                                curNodeSize += getNodeApproxSize(ni.nextNode());
-                       log.debug(node + ": " + curNodeSize);
                        return curNodeSize;
                } catch (RepositoryException re) {
                        throw new ArgeoException(