Skip to content

Commit 2a90365

Browse files
committed
remove console log
1 parent f86e728 commit 2a90365

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default class WaitCommandPlugin extends BasePlugin {
2020
const baseUrl = this._constructSessionUrl();
2121
const element = await this.elementState(baseUrl);
2222
if (element.value.error) {
23-
console.log('----', this._getTimeout());
2423
if (retryCount !== this._getTimeout()) {
2524
this.logger.info(
2625
`Waiting for find element with ${this.strategy} strategy for ${this.selector} selector`

0 commit comments

Comments
 (0)