Skip to content

Commit 4f9be45

Browse files
committed
remove logging
1 parent 93bbd2c commit 4f9be45

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ export async function run(): Promise<void> {
129129

130130
const aggregationPreference: AggregationSelector = (t: InstrumentType) => {
131131
if (t === InstrumentType.HISTOGRAM) {
132-
core.info(
133-
`The current aggregationPreference for histograms is: EXPONENTIAL_HISTOGRAM `
134-
)
135132
return {
136133
type: AggregationType.EXPONENTIAL_HISTOGRAM,
137134
options: {

0 commit comments

Comments
 (0)