diff --git a/includes/class-functions.php b/includes/class-functions.php index 019bb3c4..c3362c4d 100644 --- a/includes/class-functions.php +++ b/includes/class-functions.php @@ -210,7 +210,6 @@ if ( ! class_exists( 'UM_Functions' ) ) { } $located = $this->locate_template( $template_name, $path ); -var_dump($located); if ( ! file_exists( $located ) ) { _doing_it_wrong( __FUNCTION__, sprintf( '%s does not exist.', $located ), '2.1' ); return;