Skip to content

Commit

Permalink
Remove unnecessary print
Browse files Browse the repository at this point in the history
  • Loading branch information
calindima committed Sep 30, 2024
1 parent 074c22f commit 9712f00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulsaradmin/pkg/admin/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ func (s *schemas) GetAllSchemas(topic string) ([]*utils.SchemaInfoWithVersion, e

err = s.pulsar.Client.Get(endpoint, &response)
if err != nil {
fmt.Println("err:", err.Error())
return nil, err
}

Expand Down

0 comments on commit 9712f00

Please sign in to comment.