소스 검색

Remove commented code forom cli script

Kirill chEbba Chebunin 12 년 전
부모
커밋
ba45ef2b70
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      bin/composer

+ 0 - 2
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) {