Skip to content

Commit 40bb70e

Browse files
committed
Commented dead code for npw
1 parent 65a6fce commit 40bb70e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/concepts/ConceptHome.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ class ConceptHome extends React.Component {
157157

158158
fetchParentMappedSources() {
159159
return; // this is an expensive operation for now
160-
const { source } = this.state
161-
if(source?.url) {
162-
APIService.new().overrideURL(source.url).appendToUrl('mapped-sources/').get(null, null, {includeSummary: true}).then(response => this.setState({mappedSources: response.data}))
163-
}
160+
// const { source } = this.state
161+
// if(source?.url) {
162+
// APIService.new().overrideURL(source.url).appendToUrl('mapped-sources/').get(null, null, {includeSummary: true}).then(response => this.setState({mappedSources: response.data}))
163+
// }
164164
}
165165

166166
getHierarchy = () => this.setState({isLoadingHierarchy: true}, () => {

0 commit comments

Comments
 (0)