Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmoellerch committed Feb 10, 2022
1 parent ea082a1 commit 2f24fef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/uzh/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ func (p *Provider) FetchCanteens(ctx context.Context, lang string) ([]base.Cante
}

result := make([]base.CanteenMetadata, 0, len(canteenMap))
for _, meta := range canteenMap {
result = append(result, meta)
fmt.Printf("%#v\n", meta)
}
return result, nil
}

Expand Down

0 comments on commit 2f24fef

Please sign in to comment.