Arduino Mega Upload issues

I thought this would be fixed by now. Do not use 3 exclamation marks ("!!!") in a row in your code. It puts the bootloader into a debug mode.

  // change this
  Serial.print("pH LOW!!!");
  // to this
  Serial.print("pH LOW!");