I use serial.print() in different lines of code for debugging. Recently i finished debugging, removed those serial.print()s and programmed my MCU again. Strangely, I saw those serial.print()s again!! I am sure that i have removed them but they appear again. note that i use erase_flash before uploading the code to clear the flash.
I also tried to program the first code (without any debugging serial.print) on a new module and again saw the debugging prints in serial monitor!!
Does anybody have an idea?
I am working with ESP-12E module and use PlatformIO to program my module.