mailr18018 - /branches/frame_order_testing/generic_fns/pymol_control.py


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

Header


Content

Posted by edward on November 22, 2012 - 11:47:
Author: bugman
Date: Thu Nov 22 11:47:19 2012
New Revision: 18018

URL: http://svn.gna.org/viewcvs/relax?rev=18018&view=rev
Log:
Removed some debugging printouts.


Modified:
    branches/frame_order_testing/generic_fns/pymol_control.py

Modified: branches/frame_order_testing/generic_fns/pymol_control.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/generic_fns/pymol_control.py?rev=18018&r1=18017&r2=18018&view=diff
==============================================================================
--- branches/frame_order_testing/generic_fns/pymol_control.py (original)
+++ branches/frame_order_testing/generic_fns/pymol_control.py Thu Nov 22 
11:47:19 2012
@@ -151,22 +151,16 @@
                 file_path = None
                 if access(mol.file_name, F_OK):
                     file_path = mol.file_name
-                    print "A"
-                    print file_path
 
                 # The file path using the relative path.
                 if file_path == None and hasattr(mol, 'file_path') and 
mol.file_path != None:
                     file_path = mol.file_path + sep + mol.file_name
-                    print "b"
-                    print file_path
                     if not access(file_path, F_OK):
                         file_path = None
 
                 # The file path using the relative path.
                 if file_path == None and hasattr(mol, 'file_path_abs') and 
mol.file_path_abs != None:
                     file_path = mol.file_path_abs + sep + mol.file_name
-                    print "c"
-                    print file_path
                     if not access(file_path, F_OK):
                         file_path = None
 




Related Messages


Powered by MHonArc, Updated Thu Nov 22 12:00:02 2012