From 24865d57a0658c2666f5df5ede9e7c852b1ff345 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 3 Apr 2005 16:39:41 +0000 Subject: [PATCH] Remove debug cruft. git-svn-id: http://svn.automattic.com/wordpress/trunk@2512 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-blog-header.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-blog-header.php b/wp-blog-header.php index 26c9004bab..cd53ce9cf3 100644 --- a/wp-blog-header.php +++ b/wp-blog-header.php @@ -231,7 +231,6 @@ if ( defined('WP_USE_THEMES') && constant('WP_USE_THEMES') ) { include(get_date_template()); exit; } else if ( is_archive() && get_archive_template() ) { - echo "here"; include(get_archive_template()); exit; } else if ( is_comments_popup() && get_comments_popup_template() ) {