Removed log from debugging

This commit is contained in:
b3nj5m1n 2020-05-22 21:10:52 +02:00 committed by GitHub
parent 4171848655
commit 7a26d80255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ const AutoType = {
logger.debug('Error during active window check, something is wrong', err);
return callback(false);
}
logger.info(this.supportsEventsWithWindowId);
if (activeWindowInfo.id !== windowInfo.id && !this.supportsEventsWithWindowId) {
logger.info(
`Active window doesn't match: ID is different. ` +