Skip to content

Commit

Permalink
chore(internal/gapicgen): remove manual trace from manifest (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Mar 3, 2021
1 parent 3d80b4e commit 96fa070
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/gapicgen/generator/gapics.go
Expand Up @@ -297,14 +297,6 @@ var manualEntries = []manifestEntry{
DocsURL: "https://pkg.go.dev/cloud.google.com/go/spanner",
ReleaseLevel: "ga",
},
{
DistributionName: "cloud.google.com/go/trace",
Description: "Stackdriver Trace",
Language: "Go",
ClientLibraryType: "manual",
DocsURL: "https://pkg.go.dev/cloud.google.com/go/trace",
ReleaseLevel: "ga",
},
}

// manifest writes a manifest file with info about all of the confs.
Expand Down

0 comments on commit 96fa070

Please sign in to comment.