Skip to content

Commit 4c6749a

Browse files
committed
fix: remove unnecessary warnings in the core
1 parent 87fd28d commit 4c6749a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ try {
1616
...require("node-gyp-build")(path.dirname(__dirname)),
1717
isBound: true,
1818
} as Measurement;
19-
console.warn("@codspeed/core binding found");
2019
} catch (e) {
21-
console.warn("@codspeed/core binding not available on this architecture");
2220
m = {
2321
isInstrumented: () => false,
2422
startInstrumentation: () => {},

0 commit comments

Comments
 (0)