Merge pull request #988 from ralpheav/master

removing mylog function
This commit is contained in:
ferOnti
2012-11-23 08:12:40 -08:00

View File

@@ -2690,12 +2690,4 @@ class Bootstrap
return $url;
}
}
public function mylog($echo) {
$fp = fopen("jsloaded.log","a");
fwrite($fp, $echo . PHP_EOL);
fclose($fp);
}
}