diff --git a/app/realtime.php b/app/realtime.php index f924d4ab0f..3e575b4439 100644 --- a/app/realtime.php +++ b/app/realtime.php @@ -204,12 +204,6 @@ if (!function_exists('getRealtime')) { return $ctx['getRealtime']; } - static $realtime = null; - - if ($realtime !== null) { - return $realtime; - } - return $ctx['getRealtime'] = new Realtime(); } }