Skip to content

Commit 75284a7

Browse files
authoredFeb 26, 2024
rm logs
1 parent 848457d commit 75284a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎skeletons/web-extension/content-script.js

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
// listen for messages from the EmberInspector, and pass them on to EmberDebug
4747
chrome.runtime.onMessage.addListener(function(message) {
4848
if (message.from === 'devtools') {
49-
console.log('message from EmberInspector sending to ember debug', message);
5049
// forward message to EmberDebug
5150
emberDebugPort.postMessage(message);
5251
}

0 commit comments

Comments
 (0)
Failed to load comments.