Skip to content

Commit 6b23419

Browse files
committed
Comment out code not supported in build
1 parent 03ed70a commit 6b23419

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/client/store.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,12 +429,13 @@ export const fetchData = async (url) => {
429429
}
430430
}
431431

432-
// FIXME: this seems to not have any effect and it is not documented anyway
432+
/* FIXME: this seems to not have any effect and it is not documented anyway
433433
// Preload properties of qualified statements
434434
if (config.properties) {
435435
const properties = await fetchData(config.properties)
436436
saveConceptsWithOptions({ returnNullOnError: true })(properties)
437437
}
438+
*/
438439

439440
export const fetchStatusesForRegistries = async () => {
440441
const fetchedStatuses = await Promise.all(

0 commit comments

Comments
 (0)