diff --git a/bin/composer b/bin/composer index 7a0f8dbf5..5e2500e36 100755 --- a/bin/composer +++ b/bin/composer @@ -9,8 +9,6 @@ error_reporting(-1); @ini_set('display_errors', 1); $memoryInBytes = function ($value) { - //$memoryLimit = ini_get('memory_limit'); - $unit = strtolower(substr($value, -1, 1)); $value = (int) $value; switch($unit) {