From 6437ba8c6af52ab80b5814e119c826a0f5c54d35 Mon Sep 17 00:00:00 2001 From: shimon Date: Thu, 7 Jul 2022 18:09:36 +0300 Subject: [PATCH] logger moved to App::shutdown --- src/Appwrite/Resque/Worker.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Appwrite/Resque/Worker.php b/src/Appwrite/Resque/Worker.php index 6a1f82ece9..40adc3e52e 100644 --- a/src/Appwrite/Resque/Worker.php +++ b/src/Appwrite/Resque/Worker.php @@ -267,17 +267,6 @@ abstract class Worker } - /** - * Get Video Storage Device - * @param string $projectId of the project - * @return Device - */ - protected function getVideoDevice($projectId): Device - { - return $this->getDevice(APP_STORAGE_VIDEO . '/app-' . $projectId); - } - - /** * Get Builds Storage Device * @param string $projectId of the project