[open-ils-commits] r1297 - servres/trunk/conifer/integration (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Apr 2 20:37:44 EDT 2011


Author: gfawcett
Date: 2011-04-02 20:37:43 -0400 (Sat, 02 Apr 2011)
New Revision: 1297

Modified:
   servres/trunk/conifer/integration/uwindsor.py
Log:
* conifer/integration/uwindsor.py: tweaks

Modified: servres/trunk/conifer/integration/uwindsor.py
===================================================================
--- servres/trunk/conifer/integration/uwindsor.py	2011-04-03 00:37:39 UTC (rev 1296)
+++ servres/trunk/conifer/integration/uwindsor.py	2011-04-03 00:37:43 UTC (rev 1297)
@@ -89,12 +89,10 @@
 
 @memoize(timeout=CACHE_TIME)
 def _item_status(bib_id):
-    """
-	At this point, status information does not require the opensrf 
-	bindings, I am not sure there is a use case where an evergreen
-	site would not have access to these but will leave for now
-	since there are no hardcoded references
-    """
+    # At this point, status information does not require the opensrf 
+    # bindings, I am not sure there is a use case where an evergreen
+    # site would not have access to these but will leave for now
+    # since there are no hardcoded references
             
     if bib_id:
         try:
@@ -333,8 +331,6 @@
         returns a MARCXML record with broken character encoding. This
         function declares a point at which we can work around that server.
         """
-
-        print marc_string
         bib_id = marc_to_bib_id(marc_string)
         better = bib_id_to_marcxml(bib_id)
         # don't return the "better" record if there's no 901c in it...



More information about the open-ils-commits mailing list