Revert "add logging"

This reverts commit 8f67ee12f8.
This commit is contained in:
Max Schmitt 2024-07-01 18:57:01 +02:00
parent 8f67ee12f8
commit 061e90dfac

View file

@ -116,8 +116,7 @@ export class ElectronApplication extends ChannelOwner<channels.ElectronApplicati
}
async close() {
// eslint-disable-next-line no-console
await this._context.close().catch(error => console.error(error));
await this._context.close().catch(() => {});
}
async waitForEvent(event: string, optionsOrPredicate: WaitForEventOptions = {}): Promise<any> {