Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
olovy committed Aug 20, 2024
1 parent bcf023b commit 6fbccd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vue-client/src/views/Inspector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default {
etagMap: {},
inlinedIds: [],
documentTitle: null,
result: {},
recordLoaded: false,
modalOpen: false,
removeInProgress: false,
Expand Down Expand Up @@ -209,8 +208,6 @@ export default {
});
}).then((result) => {
if (typeof result !== 'undefined') {
// TODO dead store?
this.result = result;
const splitFetched = LxlDataUtil.splitJson(result);
this.inlinedIds = RecordUtil.getLinkedIdsToBeInlined(splitFetched, this.resources);
Expand Down

0 comments on commit 6fbccd8

Please sign in to comment.