Commit 1a265b07 authored by zYne's avatar zYne

removed debugging

parent 087de88f
...@@ -452,7 +452,7 @@ final class Doctrine { ...@@ -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 { } ...@@ -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);
......
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