Skip to content

Commit

Permalink
Remove unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMou committed Mar 5, 2024
1 parent c41b1d3 commit b7a079f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/plugins/kroqiBcfService/src/KroqiBcfService.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export default {
const options = this.$viewer.pluginsCfg.bcfKroqiPremiumService;
const org = options.organization;
const kroqiDomain = options.kroqiDomain;
const service = options.service;
const kroqiProjectId = options.kroqiProjectId;
const kroqiUrl = `https://${org}.${kroqiDomain}/#/account/subscription`;
window.open(kroqiUrl, "_blank").focus();
},
Expand Down
2 changes: 0 additions & 2 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export default {
kroqiDomain: "pfptnbdev.io",
organization: "cstb",
userIsAdmin: true,
kroqiProjectId: "123456789",
service: "BIMDATA",
},
},
});
Expand Down

0 comments on commit b7a079f

Please sign in to comment.