# HG changeset patch # User Edouard Tisserant # Date 1665565773 -7200 # Node ID ecf43c7ac1fb1d9383982917514592dfdef42a1a # Parent f117526d41bae50c47bb782d17396c3111a9ede1 runtime: remove forgotten printf at starup when retain memory is restored. diff -r f117526d41ba -r ecf43c7ac1fb targets/plc_debug.c --- a/targets/plc_debug.c Wed Oct 05 09:06:18 2022 +0200 +++ b/targets/plc_debug.c Wed Oct 12 11:09:33 2022 +0200 @@ -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; }