From 52875adfb5ed5ff2bc21d2135bc1800eabeae6d1 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 11 Nov 2013 17:12:03 +1300
Subject: [PATCH] Remove treemap now that it's in marketplace

---
 core/Plugin/Manager.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index 65fa4899b5..bc72aafe59 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -67,7 +67,6 @@ class Manager extends Singleton
         'DBStats',
         'DevicesDetection',
 //        'Events',
-        'TreemapVisualization', // should be moved to marketplace
     );
 
     public function getCorePluginsDisabledByDefault()
-- 
GitLab