libfreerdp-codec: removed debug print
authorCorey C <can.of.tuna@gmail.com>
Fri, 15 Mar 2013 00:20:19 +0000 (20:20 -0400)
committerCorey C <can.of.tuna@gmail.com>
Fri, 15 Mar 2013 00:20:19 +0000 (20:20 -0400)
libfreerdp/codec/rfx_sse2.c

index 6142aa8..fccd1e8 100644 (file)
@@ -495,7 +495,6 @@ void rfx_init_sse2(RFX_CONTEXT* context)
        if (!IsProcessorFeaturePresent(PF_XMMI64_INSTRUCTIONS_AVAILABLE))
                return;
 
-       printf("\n\nIs this causing crashes???\n\n");
        DEBUG_RFX("Using SSE2 optimizations");
 
        IF_PROFILER(context->priv->prof_rfx_quantization_decode->name = "rfx_quantization_decode_sse2");