From b6387568085c3e56764a7d7d91c4a4640219bbd5 Mon Sep 17 00:00:00 2001 From: Dave Date: Sun, 7 Oct 2018 21:02:14 +0100 Subject: [PATCH] Remove redundant file Summary of Changes Removal of a redundant comment. Testing Instructions Code review to confirm it's not needed in the distribution. --- modules/mod_whosonline/helper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mod_whosonline/helper.php b/modules/mod_whosonline/helper.php index 8dd0367c0224c..abf2e04c8bdaa 100644 --- a/modules/mod_whosonline/helper.php +++ b/modules/mod_whosonline/helper.php @@ -46,7 +46,6 @@ public static function getOnlineCount() } catch (RuntimeException $e) { - // Don't worry be happy $sessions = array(); }