Behat: Remove "start session" log

Need to find a better way to log this, which is not interfering
with the main formatter output
This commit is contained in:
Ingo Schommer 2013-09-14 19:36:12 +02:00
parent a0ac37fa1e
commit 69589bf316

View File

@ -148,7 +148,6 @@ class SilverStripeContext extends MinkContext implements SilverStripeAwareContex
);
$url .= '?' . http_build_query($params);
file_put_contents('php://stdout', 'Starting session: ' . $url . PHP_EOL);
$this->getSession()->visit($url);
$page = $this->getSession()->getPage();