summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/libraries/Driver.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php
index e0affe6d2..00e8416f9 100644
--- a/system/libraries/Driver.php
+++ b/system/libraries/Driver.php
@@ -102,7 +102,6 @@ class CI_Driver_Library {
// The child will be prefixed with the parent lib
$child_name = $this->lib_name.'_'.$child;
- var_dump($child, $this->valid_drivers);
// See if requested child is a valid driver
if ( ! in_array($child, $this->valid_drivers))
{