targets/plc_debug.c
branchwxPython4
changeset 3657 e0d6f5f0dcc2
parent 3644 ecf43c7ac1fb
child 3735 c9a1a8ede8d9
--- a/targets/plc_debug.c	Thu Nov 03 17:43:30 2022 +0100
+++ b/targets/plc_debug.c	Fri Nov 04 17:38:37 2022 +0100
@@ -154,8 +154,6 @@
 
             UnpackVar(dsc, &value_p, NULL, &size);
 
-            printf("Reminding %%d %%ld \n", retain_list_collect_cursor, size);
-
             /* if buffer not full */
             Remind(retain_offset, size, value_p);
             /* increment cursor according size*/
@@ -211,8 +209,6 @@
         retain_list_collect_cursor++;
     }
 
-    printf("Retain size %%d \n", retain_size);
-            
     return retain_size;
 }