diff --git a/src/migrations/m190120_000000_fix_supertablecontent_tables.php b/src/migrations/m190120_000000_fix_supertablecontent_tables.php index 2875d17..a5b4753 100644 --- a/src/migrations/m190120_000000_fix_supertablecontent_tables.php +++ b/src/migrations/m190120_000000_fix_supertablecontent_tables.php @@ -261,8 +261,6 @@ public function safeUp() $allowAdminChanges = Craft::$app->getConfig()->getGeneral()->allowAdminChanges; if (version_compare($schemaVersion, '2.0.10', '<') || ($this->manual && $allowAdminChanges)) { - var_dump('expression'); - $projectConfig->muteEvents = true; $superTableFields = (new Query())