diff --git a/lib/functions/theme-functions.php b/lib/functions/theme-functions.php index 971fdab..8d9607c 100644 --- a/lib/functions/theme-functions.php +++ b/lib/functions/theme-functions.php @@ -40,8 +40,6 @@ function trestle_header_actions() { 'trestle_equal_cols_breakpoint' => genesis_get_option( 'trestle_equal_cols_breakpoint' ), ); wp_localize_script( 'theme-jquery', 'php_vars', $php_vars ); - - echo '++++'; }