diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-09-16 15:54:03 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-09-16 15:54:03 +0200 |
commit | 7a2ef40a39c3d9f34240453db8305e6607005089 (patch) | |
tree | 65f14f704ef8aad8f37b5c6697946daf34f17078 /system/libraries/Driver.php | |
parent | 375a4e6609f30c2a20df8113ad9b9f8d6ebf2997 (diff) |
Remove left over debug statement
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'system/libraries/Driver.php')
-rw-r--r-- | system/libraries/Driver.php | 1 |
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)) { |