1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-23 10:43:41 +01:00

Remove debug statement

This commit is contained in:
Kovah 2018-08-23 13:41:09 +02:00
parent 7cd58a9024
commit 46b7b29794
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -37,8 +37,6 @@ class LinkUpdateRequest extends FormRequest
}
// Enable unique validation if the url was changed
Log::debug(json_encode([$this->link->url, $request->get('url')]));
if ($this->link->url !== $request->get('url')) {
$this->unique_validation = true;
}