Skip to content

Commit

Permalink
Comments console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi committed Dec 13, 2024
1 parent 9630d84 commit a1debde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aas-web-ui/src/mixins/SubmodelElementHandling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ export default defineComponent({
}
} else if (key.value.startsWith('http://') || key.value.startsWith('https://')) {
// IRI like https://admin-shell.io/idta/CarbonFootprint/ProductCarbonFootprint/0/9/
console.log('key.value', 'http...');
console.log('key.value', key.value);
// console.log('key.value', 'http...');
// console.log('key.value', key.value);
if (key.value.endsWith('/')) key.value = key.value.substring(0, key.value.length - 1);
if (semanticId.endsWith('/')) semanticId = semanticId.substring(0, semanticId.length - 1);
if (new RegExp(/\/\d{1,}\/\d{1,}$/).test(semanticId)) {
Expand Down

0 comments on commit a1debde

Please sign in to comment.