We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848457d commit 75284a7Copy full SHA for 75284a7
skeletons/web-extension/content-script.js
@@ -46,7 +46,6 @@
46
// listen for messages from the EmberInspector, and pass them on to EmberDebug
47
chrome.runtime.onMessage.addListener(function(message) {
48
if (message.from === 'devtools') {
49
- console.log('message from EmberInspector sending to ember debug', message);
50
// forward message to EmberDebug
51
emberDebugPort.postMessage(message);
52
}
0 commit comments