mailr3139 - /1.3/data/mol_res_spin.py


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

Header


Content

Posted by edward on March 09, 2007 - 10:35:
Author: bugman
Date: Fri Mar  9 10:34:53 2007
New Revision: 3139

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


Modified:
    1.3/data/mol_res_spin.py

Modified: 1.3/data/mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/mol_res_spin.py?rev=3139&r1=3138&r2=3139&view=diff
==============================================================================
--- 1.3/data/mol_res_spin.py (original)
+++ 1.3/data/mol_res_spin.py Fri Mar  9 10:34:53 2007
@@ -162,7 +162,6 @@
                 continue
 
             # Add the object's attribute to the text string.
-            print name
             text = text + "  " + name + ": " + `getattr(self, name)` + "\n"
 
         return text




Related Messages


Powered by MHonArc, Updated Fri Mar 09 10:40:07 2007