From cc2fbc7b4f5185aa77bc2cf6cede9b50cdf0c975 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 7 Mar 2018 11:53:38 +0100 Subject: [PATCH] Debug code --- .../activity/event/ArticleCommentUserActivityEvent.class.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.20.1