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 184e5d4 commit b18de42Copy full SHA for b18de42
injected/src/features/duckplayer-native/messages.js
@@ -51,7 +51,6 @@ export class DuckPlayerNativeMessages {
51
*/
52
async initialSetup() {
53
try {
54
- console.log('initialSetup');
55
return await this.messaging.request(constants.MSG_NAME_INITIAL_SETUP);
56
} catch (e) {
57
this.metrics.reportException({ message: e?.message, kind: EXCEPTION_KIND_MESSAGING_ERROR });
special-pages/shared/metrics-reporter.js
@@ -157,7 +157,6 @@ export class MetricsReporter {
157
* ```
158
159
reportException(params) {
160
- console.log('reportException', params);
161
const metric = this._createExceptionMetric(params);
162
this._sendMetric(metric);
163
}
0 commit comments