mailr4223 - /1.3/specific_fns/__init__.py


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

Header


Content

Posted by edward on December 20, 2007 - 16:56:
Author: bugman
Date: Thu Dec 20 16:56:03 2007
New Revision: 4223

URL: http://svn.gna.org/viewcvs/relax?rev=4223&view=rev
Log:
Removed some debugging code which was causing problems.


Modified:
    1.3/specific_fns/__init__.py

Modified: 1.3/specific_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/__init__.py?rev=4223&r1=4222&r2=4223&view=diff
==============================================================================
--- 1.3/specific_fns/__init__.py (original)
+++ 1.3/specific_fns/__init__.py Thu Dec 20 16:56:03 2007
@@ -213,11 +213,6 @@
 
     # Raise an error if the function doesn't exist.
     if raise_error and function == None:
-        # Some debugging output.
-        if Debug:
-            print "Function type: " + `function_type`
-            print "Eqi: " + `eqi`
-
         # Raise the error.
         raise RelaxFuncSetupError, get_string(function_type)
 




Related Messages


Powered by MHonArc, Updated Thu Dec 20 17:20:14 2007