From 19d4f31ae41625cead8b923235d247cdeb53ca0e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 3 Mar 2017 19:37:51 +0100 Subject: [PATCH] Removed debug code --- .../files/lib/data/comment/StructuredCommentList.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php b/wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php index 3b97e3ef43..fae20b38d4 100644 --- a/wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php +++ b/wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php @@ -89,9 +89,6 @@ class StructuredCommentList extends CommentList { $this->getConditionBuilder()->add("comment.objectTypeID = ?", [$objectTypeID]); $this->getConditionBuilder()->add("comment.objectID = ?", [$objectID]); $this->sqlLimit = $this->commentManager->getCommentsPerPage(); - - // TODO: DEBUG ONLY - $this->sqlLimit = 5; } /** -- 2.20.1