We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105b251 commit e7764e1Copy full SHA for e7764e1
glean/tests/unit/core/glean.spec.ts
@@ -566,7 +566,6 @@ describe("Glean", function() {
566
567
// Check that Glean was able to record the `glean.restarted` event on initialization.
568
const restartedEvent = getGleanRestartedEventMetric(["custom"]);
569
- console.log(await restartedEvent.testGetValue("custom"));
570
// We expect two events. One that was recorded when we recorded an event on the custom ping
571
// for the first time and another once we re-initialized.
572
assert.strictEqual((await restartedEvent.testGetValue("custom"))?.length, 2);
0 commit comments