[Spambayes-checkins] spambayes/Outlook2000/sandbox dump_props.py,1.1,1.2

Mark Hammond mhammond@users.sourceforge.net
Sat Nov 2 03:18:10 2002


Update of /cvsroot/spambayes/spambayes/Outlook2000/sandbox
In directory usw-pr-cvs1:/tmp/cvs-serv31673

Modified Files:
	dump_props.py 
Log Message:
Remove old debug code I missed.


Index: dump_props.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/sandbox/dump_props.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dump_props.py	2 Nov 2002 03:13:22 -0000	1.1
--- dump_props.py	2 Nov 2002 03:18:08 -0000	1.2
***************
*** 48,53 ****
                      prop_tag,   # of the given prop
                      (prop_tag, prop_val))) # with given val
- ##    tab.SetColumns((PR_ENTRYID,), 0)
- ##    restriction = None
      rows = mapi.HrQueryAllRows(tab,
                                 (PR_ENTRYID,),   # columns to retrieve
--- 48,51 ----
***************
*** 56,60 ****
                                 0)               # any # of results is fine
      # get entry IDs
-     print rows
      return [row[0][1] for row in rows]
      
--- 54,57 ----