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 dd2b7e0 commit d018f17
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 @@ -142,9 +142,7 @@ public function getSelectorsHandler()
*/
public function visit($url)
{
// start session if needed
$this->start();

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

Expand Down Expand Up @@ -363,7 +361,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 @@ -375,7 +372,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 d018f17

Please sign in to comment.