Removing innecessary function mylog

This commit is contained in:
ralph
2012-11-23 12:10:40 -04:00
parent 8086424fc9
commit b162bba543

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);
}
}