Disable debug messages in release builds

Also correct / remove various debug messages
This commit is contained in:
Jonathan White
2022-03-22 15:09:53 -04:00
parent 097be1a5cd
commit 7d7c635423
5 changed files with 6 additions and 6 deletions

View File

@@ -404,7 +404,6 @@ void AutoType::startGlobalAutoType(const QString& search)
tr("KeePassXC requires the Accessibility and Screen Recorder permission in order to perform global "
"Auto-Type. Screen Recording is necessary to use the window title to find entries. If you "
"already granted permission, you may have to restart KeePassXC."));
qDebug() << "Oh noes macOS.";
return;
}
}