Author: bugman
Date: Wed Oct  1 19:55:36 2014
New Revision: 26126

URL: http://svn.gna.org/viewcvs/relax?rev=26126&view=rev
Log:
Removal of another temporary debugging printout.


Modified:
    trunk/pipe_control/structure/main.py

Modified: trunk/pipe_control/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/structure/main.py?rev=26126&r1=26125&r2=26126&view=diff
==============================================================================
--- trunk/pipe_control/structure/main.py        (original)
+++ trunk/pipe_control/structure/main.py        Wed Oct  1 19:55:36 2014
@@ -175,8 +175,6 @@
             for mol_name, res_num, res_name, atom_name, elem, pos in 
dp.structure.atom_loop(selection=selection, model_num=model, 
mol_name_flag=True, res_num_flag=True, res_name_flag=True, atom_name_flag=True, 
pos_flag=True, element_flag=True):
                 # A unique identifier.
                 id = "#%s:%s&%s@%s" % (mol_name, res_num, res_name, atom_name)
-                if id == "#uniform_mol1:1&NH@N":
-                    print id, pos[0]
 
                 atom_ids[-1].append(id)
                 atom_pos[-1][id] = pos[0]


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to