Oops, remove print_r()

This commit is contained in:
Matias Griese
2019-09-03 14:20:39 +03:00
parent 5c33882f5b
commit ca2f657c98

View File

@@ -625,8 +625,6 @@ class FlexObject implements FlexObjectInterface, FlexAuthorizeInterface
/** @var string|null $origKey */
$origKey = $meta['storage_key'] ?? null;
if (null !== $origKey && $key !== $origKey) {
print_r($this);
die("$key !== $origKey");
if (!empty($meta['copy'])) {
$storage->copyRow($origKey, $key);
} else {