src: remove fprintf's

This commit is contained in:
Santiago Gimeno
2014-07-28 13:33:35 +02:00
parent ef475d882e
commit cd01cd4788
2 changed files with 0 additions and 6 deletions

View File

@@ -31,9 +31,6 @@ PCSCLite::PCSCLite(): m_card_context(0) {
}
PCSCLite::~PCSCLite() {
fprintf(stderr, "PCSCLite destructor\n");
if (m_card_context) {
SCardReleaseContext(m_card_context);
}