Commit 1a265b07 authored by zYne's avatar zYne

removed debugging

parent 087de88f
......@@ -452,7 +452,7 @@ final class Doctrine {
array_slice($lines,
$start,
($end - $start)));
print $refl->getEndLine()."<br \>";
}
......@@ -466,7 +466,7 @@ class DQLException extends Exception { }
?>");
fclose($fp);
$stripped = php_strip_whitespace( $file );
//print $stripped;
$fp = fopen($file, 'w+');
fwrite($fp, $stripped);
fclose($fp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment