mirror of
https://github.com/getgrav/grav.git
synced 2026-05-09 04:36:02 +02:00
Oops, remove print_r()
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user