Merge pull request #4028 from bjjay/patch-1
Remove a redundant piece of code from Profiler
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index f35d23f..1e464d8 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -100,12 +100,6 @@
$this->CI =& get_instance();
$this->CI->load->language('profiler');
- if (isset($config['query_toggle_count']))
- {
- $this->_query_toggle_count = (int) $config['query_toggle_count'];
- unset($config['query_toggle_count']);
- }
-
// default all sections to display
foreach ($this->_available_sections as $section)
{