enfold remove debugging info for theme support

PHP
#Add this in functions.php
if(!function_exists('avia_debugging_info')){
  function avia_debugging_info() {
    // 
  }
}
Source

Also in PHP: