diff --git a/core/nut.js/lib/window.class.ts b/core/nut.js/lib/window.class.ts index 24bc3cf..13a2381 100644 --- a/core/nut.js/lib/window.class.ts +++ b/core/nut.js/lib/window.class.ts @@ -135,7 +135,6 @@ export class Window implements WindowInterface { public async findAll( searchInput: WindowElementResultFindInput | Promise ): Promise { - // return this.providerRegistry.getWindowElementInspector().findElement(this.windowHandle, description); const needle = await searchInput; this.providerRegistry.getLogProvider().info(`Searching for ${needle} in window ${this.windowHandle}`);