Skip to content

Commit

Permalink
Removed leftover dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Apr 2, 2024
1 parent 9b48ca0 commit 0f2939d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/nut.js/lib/window.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export class Window implements WindowInterface {
public async findAll(
searchInput: WindowElementResultFindInput | Promise<WindowElementResultFindInput>
): Promise<WindowElement[]> {
// return this.providerRegistry.getWindowElementInspector().findElement(this.windowHandle, description);
const needle = await searchInput;
this.providerRegistry.getLogProvider().info(`Searching for ${needle} in window ${this.windowHandle}`);

Expand Down

0 comments on commit 0f2939d

Please sign in to comment.