Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranrg committed May 11, 2017
1 parent 76b40ad commit 6a60ffd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clients/metadata/metadata_cassandra.go
Original file line number Diff line number Diff line change
Expand Up @@ -886,9 +886,6 @@ func (s *CassandraMetadataService) DeleteDestinationUUID(ctx thrift.Context, del
defaultDeleteTTLSeconds).Consistency(s.midConsLevel)

if err = query.Exec(); err != nil {

fmt.Printf("DeleteDestinationUUID query=%v ERROR=%v\n", query, err)

return &shared.InternalServiceError{
Message: fmt.Sprintf("DeleteDestinationUUID:%v (%v)", *existing.DLQConsumerGroupUUID, err),
}
Expand Down

0 comments on commit 6a60ffd

Please sign in to comment.