From a9b5d91fd9c51792ffcde8c3dc99977930791e8e Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Tue, 1 Oct 2013 12:06:46 +0200 Subject: [PATCH] Removed printf. --- channels/smartcard/client/smartcard_operations.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/channels/smartcard/client/smartcard_operations.c b/channels/smartcard/client/smartcard_operations.c index 4859b69a6..b3839ef30 100644 --- a/channels/smartcard/client/smartcard_operations.c +++ b/channels/smartcard/client/smartcard_operations.c @@ -786,10 +786,6 @@ static UINT32 handle_IsValidContext(SMARTCARD_DEVICE* scard, IRP* irp) DEBUG_SCARD("Failure: %s (0x%08x)", pcsc_stringify_error(status), (unsigned) status); else DEBUG_SCARD("Success context: 0x%08x", (unsigned) hContext); - if (status) - printf("Failure: %s (0x%08x)", pcsc_stringify_error(status), (unsigned) status); - else - printf("Success context: 0x%08x", (unsigned) hContext); smartcard_output_alignment(irp, 8);