Skip to content

Commit 701bce7

Browse files
removed debug statement
1 parent 29872ff commit 701bce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goa/goa.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function run(){
134134
function process($file){
135135
$z = 1;
136136
while($l = parent::getReadFile()->read(100000)) {
137-
if($z == 100) break;
137+
// if($z == 100) break;
138138
if($l[0] == "!") continue;
139139
$fields = explode("\t",$l);
140140
if(count($fields) != 17){

0 commit comments

Comments
 (0)