Skip to content

Commit cca9ae2

Browse files
authored
No more wrapped (#1059)
1 parent e49109d commit cca9ae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/telemetry/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ export class MillionTelemetry {
9393
project: this.anonymousProjectInfo,
9494
};
9595

96-
if (event === 'improvement') {
97-
this.showWrapped();
98-
}
96+
// if (event === 'improvement') {
97+
// this.showWrapped();
98+
// }
9999

100100
return post({
101101
event,

0 commit comments

Comments
 (0)