mailr9757 - /branches/bmrb/generic_fns/exp_info.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 13, 2009 - 18:26:
Author: bugman
Date: Tue Oct 13 18:26:38 2009
New Revision: 9757

URL: http://svn.gna.org/viewcvs/relax?rev=9757&view=rev
Log:
Removed a debugging print statement.


Modified:
    branches/bmrb/generic_fns/exp_info.py

Modified: branches/bmrb/generic_fns/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/exp_info.py?rev=9757&r1=9756&r2=9757&view=diff
==============================================================================
--- branches/bmrb/generic_fns/exp_info.py (original)
+++ branches/bmrb/generic_fns/exp_info.py Tue Oct 13 18:26:38 2009
@@ -94,7 +94,6 @@
     # Loop over the citations.
     if hasattr(cdp, 'exp_info') and hasattr(cdp.exp_info, 'citations'):
         for citations in cdp.exp_info.citations:
-            print citations
             star.citations.add(authors=citations.authors, doi=citations.doi, 
pubmed_id=citations.pubmed_id, full_citation=citations.full_citation, 
title=citations.title, status=citations.status, type=citations.type, 
journal_abbrev=citations.journal_abbrev, journal_full=citations.journal_full, 
volume=citations.volume, issue=citations.issue, 
page_first=citations.page_first, page_last=citations.page_last, 
year=citations.year)
 
 




Related Messages


Powered by MHonArc, Updated Tue Oct 13 19:20:03 2009