[open-ils-commits] r1040 - servres/trunk/conifer/integration (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 13 22:36:28 EDT 2010
Author: gfawcett
Date: 2010-10-13 22:36:26 -0400 (Wed, 13 Oct 2010)
New Revision: 1040
Modified:
servres/trunk/conifer/integration/uwindsor.py
Log:
remove some debugging prints
Modified: servres/trunk/conifer/integration/uwindsor.py
===================================================================
--- servres/trunk/conifer/integration/uwindsor.py 2010-10-14 02:28:52 UTC (rev 1039)
+++ servres/trunk/conifer/integration/uwindsor.py 2010-10-14 02:36:26 UTC (rev 1040)
@@ -85,14 +85,12 @@
bib_id, 1, 0)
lib = desk = avail = 0
for org, callnum, loc, stats in counts:
- print (org, callnum, loc, stats)
avail_here = stats.get(AVAILABLE, 0)
anystatus_here = sum(stats.values())
if loc == RESERVES_DESK_NAME:
desk += anystatus_here
avail += avail_here
lib += anystatus_here
- print (lib, desk, avail)
return (lib, desk, avail)
More information about the open-ils-commits
mailing list