No need to log $tid here

This commit is contained in:
Roland Häder 2022-06-23 16:14:33 +02:00
parent fd8f4269ff
commit 202857ba7d
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
2 changed files with 2 additions and 3 deletions

View file

@ -243,9 +243,8 @@ class Tag
return $tid;
}
// Also log type and tag id
// Also log type
$fields['type'] = $type;
$fields['tid'] = $tid;
Logger::error('No tag id created', $fields);
return 0;