Remove debug cruft.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-04-03 16:39:41 +00:00
parent 7ee667d4a9
commit 24865d57a0
1 changed files with 0 additions and 1 deletions

View File

@ -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() ) {