removed debugging
This commit is contained in:
parent
087de88f7c
commit
1a265b0750
@ -452,7 +452,7 @@ final class Doctrine {
|
|||||||
array_slice($lines,
|
array_slice($lines,
|
||||||
$start,
|
$start,
|
||||||
($end - $start)));
|
($end - $start)));
|
||||||
print $refl->getEndLine()."<br \>";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -466,7 +466,7 @@ class DQLException extends Exception { }
|
|||||||
?>");
|
?>");
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
$stripped = php_strip_whitespace( $file );
|
$stripped = php_strip_whitespace( $file );
|
||||||
//print $stripped;
|
|
||||||
$fp = fopen($file, 'w+');
|
$fp = fopen($file, 'w+');
|
||||||
fwrite($fp, $stripped);
|
fwrite($fp, $stripped);
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
Loading…
Reference in New Issue
Block a user