Show
Ignore:
Timestamp:
07/10/08 22:43:06 (4 months ago)
Author:
rob
Message:

Removed some debug printing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/peppy/lib/userparams.py

    r1468 r1486  
    14321432        hier = cls.__mro__ 
    14331433        for cls in hier: 
    1434             dprint("checking %s" % cls) 
     1434            #dprint("checking %s" % cls) 
    14351435            if 'default_prefs' not in dir(cls): 
    14361436                continue 
     
    14431443        hier = self.__class__.__mro__ 
    14441444        for cls in hier: 
    1445             dprint("checking %s" % cls) 
     1445            #dprint("checking %s" % cls) 
    14461446            if 'default_prefs' not in dir(cls): 
    14471447                continue 
     
    14831483        hier = self.__class__.__mro__ 
    14841484        for cls in hier: 
    1485             dprint("checking %s" % cls) 
     1485            #dprint("checking %s" % cls) 
    14861486            if 'default_prefs' not in dir(cls): 
    14871487                continue