diff --git a/app/Libraries/Utils.php b/app/Libraries/Utils.php index 4d9cd1d70bdc..695d1661cb39 100644 --- a/app/Libraries/Utils.php +++ b/app/Libraries/Utils.php @@ -251,11 +251,6 @@ class Utils } } - public static function getDemoAccountId() - { - return isset($_ENV[DEMO_ACCOUNT_ID]) ? $_ENV[DEMO_ACCOUNT_ID] : false; - } - public static function getNewsFeedResponse($userType = false) { if (! $userType) {