targets/plc_debug.c
changeset 3441 710eec6eb01c
parent 3396 8c8cb5c9ff38
child 3576 58c09e84c369
--- a/targets/plc_debug.c	Wed Mar 02 11:22:55 2022 +0100
+++ b/targets/plc_debug.c	Wed Mar 02 11:23:50 2022 +0100
@@ -337,8 +337,6 @@
 
         UnpackVar(dsc, &value_p, NULL, &size);
 
-        printf("Retaining %%d %%ld \n", retain_list_collect_cursor, size);
-
         /* if buffer not full */
         Retain(retain_offset, size, value_p);
         /* increment cursor according size*/