Skip to content

Commit e7764e1

Browse files
authored
Update glean/tests/unit/core/glean.spec.ts
1 parent 105b251 commit e7764e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

glean/tests/unit/core/glean.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ describe("Glean", function() {
566566

567567
// Check that Glean was able to record the `glean.restarted` event on initialization.
568568
const restartedEvent = getGleanRestartedEventMetric(["custom"]);
569-
console.log(await restartedEvent.testGetValue("custom"));
570569
// We expect two events. One that was recorded when we recorded an event on the custom ping
571570
// for the first time and another once we re-initialized.
572571
assert.strictEqual((await restartedEvent.testGetValue("custom"))?.length, 2);

0 commit comments

Comments
 (0)