Skip to content

Commit

Permalink
Remove obsolete debugging statement (bazelbuild#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
fweikert authored May 5, 2021
1 parent 88853ec commit 1a1db2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repositories/gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func listDirectoriesInReleaseBucket(prefix string) ([]string, bool, error) {
}
nextPageToken = response.NextPageToken
}
fmt.Printf("%+v\n", prefixes)
return prefixes, isRelease, nil
}

Expand Down

0 comments on commit 1a1db2c

Please sign in to comment.