Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
gedge committed Dec 10, 2021
1 parent de87669 commit 34d1776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ func (api *DatasetAPI) publishVersion(ctx context.Context, currentDataset *model
}
generator, ok := api.downloadGenerators[t]
if !ok {
fmt.Printf("we are here: %s", t)
return fmt.Errorf("no downloader available for type %s", t)
}
// Send Kafka message. The generator which is used depends on the type defined in VersionDoc.
Expand Down

0 comments on commit 34d1776

Please sign in to comment.