From b162bba543298ff0a97297c99e0c4a5925534d91 Mon Sep 17 00:00:00 2001 From: ralph Date: Fri, 23 Nov 2012 12:10:40 -0400 Subject: [PATCH] Removing innecessary function mylog --- gulliver/system/class.bootstrap.php | 8 -------- 1 file changed, 8 deletions(-) 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); - } - - }