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
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;