remove console log

This commit is contained in:
Niels Lyngsø
2024-02-27 19:59:08 +01:00
parent 47009ee322
commit e6644bf17f

View File

@@ -84,8 +84,8 @@ export class UmbInputUploadFieldElement extends FormControlMixin(UmbLitElement)
this.consumeContext(UMB_PROPERTY_DATASET_CONTEXT, async (context) => {
this.observe(await context.propertyValueByAlias('umbracoExtension'), (value) => {
const test = value;
console.log('test', test);
//const test = value;
//console.log('test', test);
});
});