86e156c Remove forgotten print from DN.__str__ implementation

Authored and Committed by mbasti 7 years ago
    Remove forgotten print from DN.__str__ implementation
    
    These debug prints were forgotten there and should be removed, because
    str(DN) is often operation and we may save time with handling exceptions
    and printing unwanted debug
    
    Reviewed-By: David Kupka <dkupka@redhat.com>
    
        
file modified
+1 -6