Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Fri, 3 Mar 2017 18:37:51 +0000 (19:37 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 3 Mar 2017 18:37:56 +0000 (19:37 +0100)
wcfsetup/install/files/lib/data/comment/StructuredCommentList.class.php

index 3b97e3ef43b1a7fd75f9c2c61614102fcc791e10..fae20b38d44fcc776bf5c6d7d23ddaabdc55a2a4 100644 (file)
@@ -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;
        }
        
        /**