summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-09-16 15:54:03 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-09-16 15:54:03 +0200
commit7a2ef40a39c3d9f34240453db8305e6607005089 (patch)
tree65f14f704ef8aad8f37b5c6697946daf34f17078
parent375a4e6609f30c2a20df8113ad9b9f8d6ebf2997 (diff)
Remove left over debug statement
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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))
{