Skip to content

Commit

Permalink
Fix merge error (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmondChuiHW authored Oct 16, 2024
1 parent d78948c commit a897db8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions front_end/panels/react_devtools/ReactDevToolsModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ export class ReactDevToolsModel extends SDK.SDKModel.SDKModel<EventTypes> {
this.#listeners.clear();
}

override dispose(): void {
this.#bridge?.removeListener('reloadAppForProfiling', this.#handleReloadAppForProfiling);
}

ensureInitialized(): void {
if (this.#initializeCalled) {
return;
Expand Down

0 comments on commit a897db8

Please sign in to comment.