1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

Remove debug statement

This commit is contained in:
Kovah 2022-12-16 08:46:48 +01:00
parent 5aef7c5c19
commit 4254415cfa
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -58,7 +58,6 @@ class ImportHtmlBookmarks
$description = $link['note'];
}
Log::debug($link['uri'] .': '. $link['pub']);
$newLink = new Link([
'user_id' => $userId,
'url' => $link['uri'],