diff --git a/.gitmodules b/.gitmodules index dc04bee3c..f1693e938 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 2.0.0 + branch = db-pools-support diff --git a/app/controllers/api/project.php b/app/controllers/api/project.php index 40ad99f60..049a957a4 100644 --- a/app/controllers/api/project.php +++ b/app/controllers/api/project.php @@ -23,8 +23,6 @@ App::get('/v1/project/usage') ->inject('response') ->inject('dbForProject') ->action(function (string $range, Response $response, Database $dbForProject) { - var_dump("Getting usage"); - var_dump($range); $usage = []; if (App::getEnv('_APP_USAGE_STATS', 'enabled') == 'enabled') { $periods = [