Merged -correctxpath branch
[SXSI/xpathcomp.git] / SXSIStorageInterface.cpp
index 98d15b7..d770d7e 100644 (file)
@@ -47,7 +47,8 @@ void SXSIStorageInterface::newText(string text)
 void SXSIStorageInterface::nodeFinished(string name)
 {  
   tree->NewClosingTag((unsigned char*) name.c_str());
- }           
+
+}            
              
   void SXSIStorageInterface::parsingFinished()
 {
@@ -57,8 +58,9 @@ void SXSIStorageInterface::nodeFinished(string name)
 }
 
 void *SXSIStorageInterface::returnDocument(){
-
+#ifdef DEBUG
   printStats();
+#endif
   return ((void *) tree);
   
 }