diff --git a/typo3/sysext/core/Classes/DataHandling/DataHandler.php b/typo3/sysext/core/Classes/DataHandling/DataHandler.php index fbe3434253f9..26f920ff678b 100644 --- a/typo3/sysext/core/Classes/DataHandling/DataHandler.php +++ b/typo3/sysext/core/Classes/DataHandling/DataHandler.php @@ -3559,9 +3559,6 @@ public function copyRecord($table, $uid, $destPid, $first = false, $overrideValu return null; } if ($this->isRecordCopied($table, $uid)) { - if (!empty($overrideValues)) { - $this->log($table, $uid, 1, 0, 1, 'Repeated attempt to copy record "%s:%s" with override values', -1, [$table, $uid]); - } return null; }