Skip to content

Commit

Permalink
Remove accident debug log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass committed May 6, 2024
1 parent edc8811 commit 3d01b6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/opentelemetry-resource-util/src/detector/detector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@ async function gaeResource(): Promise<Resource> {
gae.standardAvailabilityZone(),
gae.standardCloudRegion(),
]);
console.log('Got GAE standard zone=%s and region=%s', zone, region);
} else {
({zone, region} = await gce.availabilityZoneAndRegion());
console.log('Got GAE flex zone=%s and region=%s', zone, region);
}
const [faasName, faasVersion, faasInstance] = await Promise.all([
gae.serviceName(),
Expand Down

0 comments on commit 3d01b6d

Please sign in to comment.