Revision e589d3da kamaki/cli/__init__.py

b/kamaki/cli/__init__.py
133 133

  
134 134
        name_terms = cls_name.split('_')
135 135
        if not _update_best_match(name_terms, prefix):
136
            if _debug:
137
                kloger.warning('%s failed to update_best_match' % cls_name)
136
            # if _debug:
137
            #     kloger.warning('%s failed to update_best_match' % cls_name)
138 138
            return None
139 139

  
140 140
        global _best_match

Also available in: Unified diff