mailr4225 - in /branches/consistency_tests_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 sebastien . morin . 1 on December 20, 2007 - 17:49:
Author: semor
Date: Thu Dec 20 17:49:47 2007
New Revision: 4225

URL: http://svn.gna.org/viewcvs/relax?rev=4225&view=rev
Log:
Merged revisions 4223 via svnmerge from 
svn+ssh://semor@xxxxxxxxxxx/svn/relax/1.3

........
  r4223 | bugman | 2007-12-20 10:56:03 -0500 (Thu, 20 Dec 2007) | 3 lines
  
  Removed some debugging code which was causing problems.
........

Modified:
    branches/consistency_tests_1.3/   (props changed)
    branches/consistency_tests_1.3/specific_fns/__init__.py

Propchange: branches/consistency_tests_1.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Dec 20 17:49:47 2007
@@ -1,1 +1,1 @@
-/1.3:1-3320,3333-4175
+/1.3:1-3320,3333-4175,4223

Modified: branches/consistency_tests_1.3/specific_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/__init__.py?rev=4225&r1=4224&r2=4225&view=diff
==============================================================================
--- branches/consistency_tests_1.3/specific_fns/__init__.py (original)
+++ branches/consistency_tests_1.3/specific_fns/__init__.py Thu Dec 20 
17:49:47 2007
@@ -216,11 +216,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 18:20:13 2007