turn off debug logging

git-svn-id: file:///home/svn/framework3/trunk@9428 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-06-04 15:59:45 +00:00
parent 07ec574c3c
commit ff0af3fb5a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#<?php # This lets us run as a standalone file or as eval'd code #<?php # This lets us run as a standalone file or as eval'd code
function my_print($str) { function my_print($str) {
error_log($str); #error_log($str);
#print($str ."\n"); #print($str ."\n");
#flush(); #flush();
} }