Removed debug code
authorAlexander Ebert <ebert@woltlab.com>
Tue, 2 Jan 2018 12:05:50 +0000 (13:05 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 2 Jan 2018 12:05:50 +0000 (13:05 +0100)
wcfsetup/install/files/lib/data/page/Page.class.php

index 6f0a6fe6a4900d7772d2b76d8f481ce5a735c51c..7abadddfc281eb3ca2b1d88e4f5311f1baf55959 100644 (file)
@@ -162,13 +162,6 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject {
                        return '';
                }
                
-               try {
-                       LinkHandler::getInstance()->getCmsLink($this->pageID);
-               }
-               catch (\Error $e) {
-                       wcfDebug($this, $this->applicationPackageID);
-               }
-               
                return LinkHandler::getInstance()->getCmsLink($this->pageID);
        }