Remove debug cruft. See #14315 props scribu.
git-svn-id: http://svn.automattic.com/wordpress/branches/3.0@15436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f9dc340b74
commit
f5a8e46fc9
|
@ -1082,8 +1082,6 @@ function load_template( $_template_file, $require_once = true ) {
|
|||
if ( is_array( $wp_query->query_vars ) )
|
||||
extract( $wp_query->query_vars, EXTR_SKIP );
|
||||
|
||||
error_log( $_template_file );
|
||||
|
||||
if ( $require_once )
|
||||
require_once( $_template_file );
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue