Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed an accidental console.log
  • Loading branch information
Brian Vaughn committed Dec 14, 2021
commit 292cc1f2cbc45667132d3117112fcb49eff64316
1 change: 0 additions & 1 deletion packages/react-devtools-shared/src/backend/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ export default class Agent extends EventEmitter<{|
}

getBridgeProtocol = () => {
console.log('[agent] getBridgeProtocol -> bridge.send("bridgeProtocol")');
this._bridge.send('bridgeProtocol', currentBridgeProtocol);
};

Expand Down