Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrehm committed Feb 7, 2017
1 parent d8477d2 commit 8b6f6c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ public function getSelectorsHandler()
*/
public function visit($url)
{
// start session if needed
$this->start();

$this->driver->visit($url);
}

Expand Down Expand Up @@ -364,7 +362,6 @@ public function wait($time, $condition = 'false')
*/
public function resizeWindow($width, $height, $name = null)
{
// start session if needed
$this->start();
$this->driver->resizeWindow($width, $height, $name);
}
Expand All @@ -376,7 +373,6 @@ public function resizeWindow($width, $height, $name = null)
*/
public function maximizeWindow($name = null)
{
// start session if needed
$this->start();
$this->driver->maximizeWindow($name);
}
Expand Down

0 comments on commit 8b6f6c8

Please sign in to comment.