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

@@ -197,7 +197,7 @@ namespace
rv = SCardBeginTransaction(handle);
}
#endif
qDebug("Smardcard was reset and had to be reconnected");
qDebug("Smartcard was reset and had to be reconnected");
} else {
// This does not mean that the payload returned SCARD_S_SUCCESS
// just that the card was not reset during communication.
@@ -208,7 +208,7 @@ namespace
}
if (i == 0) {
rv = SCARD_W_RESET_CARD;
qDebug("Smardcard was reset and failed to reconnect after 3 tries");
qDebug("Smartcard was reset and failed to reconnect after 3 tries");
}
}
}