Removing debug
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1288 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
function debugMKD ($msg)
|
function debugMKD ($msg)
|
||||||
{
|
{
|
||||||
//return;
|
return;
|
||||||
$trace = debug_backtrace();
|
$trace = debug_backtrace();
|
||||||
$back = reset ($trace);
|
$back = reset ($trace);
|
||||||
file_put_contents ("/tmp/debug", "[".$back["line"]."] $msg\n", FILE_APPEND);
|
file_put_contents ("/tmp/debug", "[".$back["line"]."] $msg\n", FILE_APPEND);
|
||||||
|
|||||||
Reference in New Issue
Block a user