diff --git a/src/Redis/Redis.php b/src/Redis/Redis.php index 1228e2e..79ed9ed 100644 --- a/src/Redis/Redis.php +++ b/src/Redis/Redis.php @@ -21,8 +21,6 @@ class Redis extends \Redis public function __call($name, $arguments) { - \Kint::dump($name, $arguments); - exit; foreach ($this->scripts as $script) { foreach ($script->getFunctionNames() as $functionName) { if (strtolower($name) == strtolower($functionName)) {