From d25fbbb304647219a5c7e62ee7c9216190848898 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 10 May 2017 17:47:43 +0200 Subject: Remove debug logging --- inc/module.inc.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'inc') diff --git a/inc/module.inc.php b/inc/module.inc.php index 52646983..7211c68c 100644 --- a/inc/module.inc.php +++ b/inc/module.inc.php @@ -263,15 +263,12 @@ class Module public function getScripts($externalOnly) { - error_log($this->getIdentifier() . ' = ' . ($externalOnly ? 'true' : 'false')); if (!$externalOnly) { if (!isset($this->scripts['clientscript.js']) && file_exists($this->getDir() . '/clientscript.js')) { $this->scripts['clientscript.js'] = false; } return array_keys($this->scripts); } - error_log('Pre: ' . implode(', ', array_keys($this->scripts))); - error_log('Post: ' . implode(', ', array_keys(array_filter($this->scripts)))); return array_keys(array_filter($this->scripts)); } -- cgit v1.2.3-55-g7522