What MACRO can be used to switch off printf statements, rather than removing them all for deployment builds, I just want to switch them off, skip them, ignore them.
I included #define printf // in common header file. It will suppress all the printf.
#define printf
printf