Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-05 06:39:59 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-05 06:39:59 +0400
commiteac5564bd91fed39b0cde94dfdc22f9dfaad7e18 (patch)
tree3e513eccedaab56dea1f956bf942e9677d1ccb4a
parent6d7184732c40dd89eb3b0a894ac89fc43539b3b5 (diff)
Remove debug
-rw-r--r--plugins/Installation/Controller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index 64cce255fb..7cb903efff 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -77,7 +77,6 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
*/
function welcome($message = false)
{
- debug_print_backtrace();
// Delete merged js/css files to force regenerations based on updated activated plugin list
Filesystem::deleteAllCacheOnUpdate();