remove console.log

This commit is contained in:
Niels Lyngsø
2023-01-06 19:02:37 +01:00
parent ffc4196220
commit 90ea3802b4

View File

@@ -103,8 +103,6 @@ export class UmbWorkspacePropertyContext<ValueType> {
}
public resetValue() {
console.log("property context reset")
this.update({value: null});
}