Yeah, defining the FAF_DEBUG as false should do the trick, just like emalave pointed out.
You could do it many ways and all of the above ways would work. Some people prefer to negate if statements as:
if (0 && *initial condition*)
This should be brought to the developer attention since in some cases with auto updating on page load this output was printed on a live site – which is bad.