Skip to content

Commit b18de42

Browse files
committed
Cleanup
1 parent 184e5d4 commit b18de42

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

injected/src/features/duckplayer-native/messages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export class DuckPlayerNativeMessages {
5151
*/
5252
async initialSetup() {
5353
try {
54-
console.log('initialSetup');
5554
return await this.messaging.request(constants.MSG_NAME_INITIAL_SETUP);
5655
} catch (e) {
5756
this.metrics.reportException({ message: e?.message, kind: EXCEPTION_KIND_MESSAGING_ERROR });

special-pages/shared/metrics-reporter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export class MetricsReporter {
157157
* ```
158158
*/
159159
reportException(params) {
160-
console.log('reportException', params);
161160
const metric = this._createExceptionMetric(params);
162161
this._sendMetric(metric);
163162
}

0 commit comments

Comments
 (0)