# HG changeset patch
# User Edouard Tisserant
# Date 1329218419 -3600
# Node ID 383864958dacd2d149e4daf43f525def26a7a166
# Parent  61746934df41e7486f88f89559a20267e7710cd3
commented out noisy printf in Win32 target

diff -r 61746934df41 -r 383864958dac targets/Win32/plc_Win32_main.c
--- a/targets/Win32/plc_Win32_main.c	Thu Feb 09 21:23:11 2012 +0100
+++ b/targets/Win32/plc_Win32_main.c	Tue Feb 14 12:20:19 2012 +0100
@@ -244,10 +244,12 @@
 
 void Retain(unsigned int offset, unsigned int count, void * p)
 {
+    /*
     unsigned int position;
     for(position=0; position<count; position++ ){
         printf("%d : 0x%2.2x\n", offset+position, ((char*)p)[position]);
     }
+    */
 }
 
 void Remind(unsigned int offset, unsigned int count, void *p)