diff MpiwgXmlTextServer.py @ 587:6000c7e24d8a

new parameter "pf" to specify image file name. (still some issues)
author casties
date Thu, 15 Nov 2012 17:09:45 +0100
parents ca0274423382
children 7962e6891d99
line wrap: on
line diff
--- a/MpiwgXmlTextServer.py	Tue Nov 13 18:20:43 2012 +0100
+++ b/MpiwgXmlTextServer.py	Thu Nov 15 17:09:45 2012 +0100
@@ -197,10 +197,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 = {'docId': docpath,