mailr3438 - /1.3/generic_fns/molecule.py


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

Header


Content

Posted by edward on November 04, 2007 - 19:29:
Author: bugman
Date: Sun Nov  4 19:29:34 2007
New Revision: 3438

URL: http://svn.gna.org/viewcvs/relax?rev=3438&view=rev
Log:
Removed some debugging print statements.


Modified:
    1.3/generic_fns/molecule.py

Modified: 1.3/generic_fns/molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/molecule.py?rev=3438&r1=3437&r2=3438&view=diff
==============================================================================
--- 1.3/generic_fns/molecule.py (original)
+++ 1.3/generic_fns/molecule.py Sun Nov  4 19:29:34 2007
@@ -76,9 +76,7 @@
     mol_name_to = return_single_molecule_info(mol_to_token)
 
     # Test if the molecule name already exists.
-    print relax_data_store[pipe_to].mol
     mol_to_cont = return_molecule(mol_to, pipe_to)
-    print "mol_to_cont: " + `mol_to_cont`
     if mol_to_cont:
         raise RelaxError, "The molecule " + `mol_to` + " already exists in 
the " + `pipe_to` + " data pipe."
 




Related Messages


Powered by MHonArc, Updated Sun Nov 04 19:40:23 2007