mailr4224 - in /branches/N_state_model: ./ 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 - 17:05:
Author: bugman
Date: Thu Dec 20 17:05:09 2007
New Revision: 4224

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

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

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

Propchange: branches/N_state_model/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Dec 20 17:05:09 2007
@@ -1,1 +1,1 @@
-/1.3:1-3692,3695,3697-3713,3715-3719,3721-3728,3730-3731,3733-3755,3757-3807,3809-3833,3836-3838,3840-3869,3872-3905,3907-3986,4004,4014-4015,4018-4021,4027-4031,4061-4102,4104-4114,4137-4175
+/1.3:1-3692,3695,3697-3713,3715-3719,3721-3728,3730-3731,3733-3755,3757-3807,3809-3833,3836-3838,3840-3869,3872-3905,3907-3986,4004,4014-4015,4018-4021,4027-4031,4061-4102,4104-4114,4137-4175,4223

Modified: branches/N_state_model/specific_fns/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/__init__.py?rev=4224&r1=4223&r2=4224&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/__init__.py (original)
+++ branches/N_state_model/specific_fns/__init__.py Thu Dec 20 17:05:09 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:00:17 2007