Skip to content

Commit 61c77d1

Browse files
committed
Remove debug
1 parent 53cb9bd commit 61c77d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/buddycloud/channelserver/db/jdbc/JDBCNodeStore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,6 @@ public int countNodeItems(String nodeId, boolean parentOnly) throws NodeStoreExc
13211321
if (parentOnly) {
13221322
parentOnlySubstitution = "AND \"in_reply_to\" IS NULL";
13231323
}
1324-
System.out.println("\n\n\n\n\n" + query.replace("%parentOnly%", parentOnlySubstitution) + " " + parentOnly);
13251324
selectStatement = conn.prepareStatement(
13261325
query.replace("%parentOnly%", parentOnlySubstitution)
13271326
);

0 commit comments

Comments
 (0)