Skip to content

Commit ad50be9

Browse files
authored
refactor: remove unnecessary debug logging for name locator (#19)
1 parent 08e4907 commit ad50be9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/driver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export class NovaWindowsDriver extends BaseDriver<NovaWindowsDriverConstraints,
114114
break;
115115
case 'name':
116116
condition = new PropertyCondition(Property.NAME, new PSString(selector));
117-
this.log.debug(condition);
118117
break;
119118
case 'class name':
120119
condition = new PropertyCondition(Property.CLASS_NAME, new PSString(selector));

0 commit comments

Comments
 (0)