Remove debug code
authorMarcel Werk <burntime@woltlab.com>
Wed, 11 Sep 2024 13:27:08 +0000 (15:27 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 30 Sep 2024 11:56:32 +0000 (13:56 +0200)
wcfsetup/install/files/lib/system/view/grid/DatabaseObjectListGridView.class.php

index 0c3e536506dfe92dde89307f331d951a9a715a4c..5f44e981eb817576cb8dbf35cfa4c6323d695ff0 100644 (file)
@@ -49,7 +49,6 @@ abstract class DatabaseObjectListGridView extends AbstractGridView
         $this->objectList = new $this->objectListClassName;
         $this->objectList->sqlLimit = $this->getRowsPerPage();
         $this->objectList->sqlOffset = ($this->getPageNo() - 1) * $this->getRowsPerPage();
-        //wcfDebug($this->objectList->sqlLimit, $this->objectList->sqlOffset);
         if ($this->getSortField()) {
             $this->objectList->sqlOrderBy = $this->getSortField() . ' ' . $this->getSortOrder();
         }