* Remove obsolete code for logging in bridge.ts.
This commit is contained in:
parent
61f7821c0b
commit
615a9680e7
|
@ -36,11 +36,6 @@ function handleBackgroundMessage(data: any) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* port.postMessage({
|
|
||||||
method: "log1",
|
|
||||||
data: data,
|
|
||||||
});*/
|
|
||||||
|
|
||||||
// Pass the message through to the main page.
|
// Pass the message through to the main page.
|
||||||
window.postMessage(data);
|
window.postMessage(data);
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue