Remove debugger statemen - oops
This commit is contained in:
parent
b92b716b2b
commit
d01f5fd2c6
|
@ -34,7 +34,6 @@ export default class SearchResultsTemplate extends React.Component<ISearchResult
|
||||||
|
|
||||||
public componentWillUnmount() {
|
public componentWillUnmount() {
|
||||||
try {
|
try {
|
||||||
debugger;
|
|
||||||
this.resize.removeResizeListener(this.parentRef, this.onComponentResize);
|
this.resize.removeResizeListener(this.parentRef, this.onComponentResize);
|
||||||
} catch (error) {}
|
} catch (error) {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue