Remove debug cruft.

git-svn-id: https://develop.svn.wordpress.org/trunk@2512 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-04-03 16:39:41 +00:00
parent c15860e0ba
commit bda54f37b2
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() ) {