mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: remove comments
This commit is contained in:
parent
2273cb50b4
commit
39dc153a22
1 changed files with 0 additions and 1 deletions
|
|
@ -281,7 +281,6 @@ class Hamster extends Action
|
||||||
}
|
}
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
Console::error('Failed to send stats for project: ' . $project->getId());
|
Console::error('Failed to send stats for project: ' . $project->getId());
|
||||||
// Console::error($e->getTraceAsString());
|
|
||||||
Console::error($e->getMessage());
|
Console::error($e->getMessage());
|
||||||
} finally {
|
} finally {
|
||||||
$pools
|
$pools
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue