Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 1, 2019
1 parent 6b3ad55 commit 6772b0a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 6772b0a

Please sign in to comment.