From a06bd259529cedeaecbec30d87079dc2f8dba83c Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 17 Apr 2007 00:36:21 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1186 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/xml/XmlParser.class.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/classes/xml/XmlParser.class.php b/classes/xml/XmlParser.class.php index c8ed571a0..b6a798089 100644 --- a/classes/xml/XmlParser.class.php +++ b/classes/xml/XmlParser.class.php @@ -74,10 +74,7 @@ $output = array_shift($this->output); // 디버그를 위한 컴파일 시작 시간 저장 - if(__DEBUG__) { - $parsing_elapsed = getMicroTime() - $start; - $GLOBALS['__xmlparse_elapsed__'] += $parsing_elapsed; - } + if(__DEBUG__) $GLOBALS['__xmlparse_elapsed__'] += getMicroTime() - $start; return $output; }