diff --git a/app/Validation/FireflyValidator.php b/app/Validation/FireflyValidator.php index 5229b915d7..6538d0684e 100644 --- a/app/Validation/FireflyValidator.php +++ b/app/Validation/FireflyValidator.php @@ -807,9 +807,6 @@ class FireflyValidator extends Validator ->where('response', $response) ->where('delivery', $delivery) ->where('url', $url)->count(); - // find similar webhook for user: - //= var_dump($this->data); - //exit; } return false;