Skip to content

Commit 5618d4b

Browse files
committed
remove unneded debug messages at selectOptionInChosen
1 parent 54ac7aa commit 5618d4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/JoomlaBrowser.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,8 @@ public function checkForPhpNoticesOrWarnings($page = null)
224224
public function selectOptionInChosen($label, $option)
225225
{
226226
$select = $this->findField($label);
227-
$this->debug($select);
228227
$selectID = $select->getAttribute('id');
229-
$this->debug($selectID);
230228
$chosenSelectID = $selectID . '_chzn';
231-
$this->debug($chosenSelectID);
232229
$I = $this;
233230
$this->debug("I open the $label chosen selector");
234231
$I->click(['xpath' => "//div[@id='$chosenSelectID']/a/div/b"]);

0 commit comments

Comments
 (0)