diff options
author | redmatrix <git@macgirvin.com> | 2016-06-11 15:28:52 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-11 15:28:52 -0700 |
commit | f41380de773c7a37b17cea7b925e439c4db9a201 (patch) | |
tree | 3724a182dcf0eca01e83dce7700a5f478273fb9f /include/plugin.php | |
parent | 0e0a6f5f8d58061f727da94646a232d9ee5f4c67 (diff) | |
download | volse-hubzilla-f41380de773c7a37b17cea7b925e439c4db9a201.tar.gz volse-hubzilla-f41380de773c7a37b17cea7b925e439c4db9a201.tar.bz2 volse-hubzilla-f41380de773c7a37b17cea7b925e439c4db9a201.zip |
remove debugging
Diffstat (limited to 'include/plugin.php')
-rwxr-xr-x | include/plugin.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php index 94385550c..9b84039a6 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -612,7 +612,6 @@ function head_remove_js($src, $priority = 0) { function head_get_js() { -logger('sources:' . print_r(App::$js_sources,true)); $str = ''; if(App::$js_sources) { foreach(App::$js_sources as $sources) { |