Skip to content

Commit

Permalink
Merge pull request #3322 from HerbMat/delete-unused-line-in-core-context
Browse files Browse the repository at this point in the history
[Core] Delete commented line in CoreContext
  • Loading branch information
michalmarcinkowski committed Sep 23, 2015
2 parents 8fc6a23 + 8b4249e commit 6a4144f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Sylius/Bundle/CoreBundle/Behat/CoreContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,7 @@ public function thereAreLocalesAssignedToDefaultChannel(TableNode $table)
$defaultChannel->addLocale($locale);
}

$em = $this->getEntityManager();
//$em->persist($defaultChannel);
$em->flush();
$this->getEntityManager()->flush();
}

/**
Expand Down

0 comments on commit 6a4144f

Please sign in to comment.