is was not supposed to be committed.

This commit is contained in:
Greyscale 2020-12-05 14:32:21 +01:00
parent 1049d2dbd7
commit 4e4ea66fb6

View file

@ -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)) {