diff --git a/gulliver/system/class.bootstrap.php b/gulliver/system/class.bootstrap.php index 986da2b48..ded3741cc 100644 --- a/gulliver/system/class.bootstrap.php +++ b/gulliver/system/class.bootstrap.php @@ -2690,12 +2690,4 @@ class Bootstrap return $url; } } - - public function mylog($echo) { - $fp = fopen("jsloaded.log","a"); - fwrite($fp, $echo . PHP_EOL); - fclose($fp); - } - - }