Skip to content

Commit ff39e2f

Browse files
committed
Remove comment
1 parent 055dad4 commit ff39e2f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Selenium2Driver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,8 +972,6 @@ public function evaluateScript($script)
972972
*/
973973
public function wait($timeout, $condition)
974974
{
975-
// Remove trailing semi-colons for maximum compatibility with previous
976-
// releases.
977975
$script = 'return (' . rtrim($condition, ';') . ');';
978976
$start = microtime(true);
979977
$end = $start + $timeout / 1000.0;

0 commit comments

Comments
 (0)