diff MpdlXmlTextServer.py @ 588:e1034c2ca255

bug with missing current param.
author casties
date Thu, 15 Nov 2012 17:20:03 +0100
parents 51800c42bcda
children c57d80a649ea
line wrap: on
line diff
--- a/MpdlXmlTextServer.py	Thu Nov 15 17:09:45 2012 +0100
+++ b/MpdlXmlTextServer.py	Thu Nov 15 17:20:03 2012 +0100
@@ -239,10 +239,6 @@
         if not docpath:
             return None
         
-        # just checking
-        if pageinfo['current'] != pn:
-            logging.warning("getTextPage: current!=pn!")
-            
         # stuff for constructing full urls
         selfurl = docinfo['viewerUrl']
         textParams = {'document': docpath,