From: Alexander Ebert Date: Wed, 7 Mar 2018 10:53:38 +0000 (+0100) Subject: Debug code X-Git-Tag: 3.0.13~16 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cc2fbc7b4f5185aa77bc2cf6cede9b50cdf0c975;p=GitHub%2FWoltLab%2FWCF.git Debug code --- diff --git a/wcfsetup/install/files/lib/system/user/activity/event/ArticleCommentUserActivityEvent.class.php b/wcfsetup/install/files/lib/system/user/activity/event/ArticleCommentUserActivityEvent.class.php index 7b5bdb388c..8be9295ccf 100644 --- a/wcfsetup/install/files/lib/system/user/activity/event/ArticleCommentUserActivityEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/activity/event/ArticleCommentUserActivityEvent.class.php @@ -58,7 +58,6 @@ class ArticleCommentUserActivityEvent extends SingletonFactory implements IUserA // check permissions if (!$article->canRead()) { - wcfDebug("nope"); continue; } $event->setIsAccessible();