diff --git a/src/Appwrite/Platform/Tasks/CalcTierStats.php b/src/Appwrite/Platform/Tasks/CalcTierStats.php index 1e6ec0718f..dd75edd6ce 100644 --- a/src/Appwrite/Platform/Tasks/CalcTierStats.php +++ b/src/Appwrite/Platform/Tasks/CalcTierStats.php @@ -121,7 +121,6 @@ class CalcTierStats extends Action ///** Get Project Name */ //$stats['Project Name'] = $project->getAttribute('name'); - /** Get Organization Name and Id */ //$teamId = $project->getAttribute('teamId', null); //$teamName = null;