Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 859864a

Browse files
committed
cleanup more
1 parent 1760dfb commit 859864a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

shells/firefox/main/ReactPanel.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ const ReactPanel = Class({
4646
});
4747
worker.port.on('hasReact', function (hasReact) {
4848
addonSide.postMessage({hasReact});
49-
/*
50-
addonSide.postMessage({
51-
type: 'event',
52-
evt: 'hasReact',
53-
data: hasReact,
54-
});
55-
*/
5649
});
5750
worker.on('error', function (error) {
5851
console.log('More Error!!', error);

0 commit comments

Comments
 (0)