Skip to content

Commit b81d0aa

Browse files
committed
remove log
1 parent 6fba398 commit b81d0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InputField.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class InputField extends MarkdownRenderChild {
9494
}
9595

9696
getInitialValue() {
97-
console.log(this);
97+
// console.log(this);
9898
if (this.isBound) {
9999
return this.metaData[this.boundMetadataField];
100100
}

0 commit comments

Comments
 (0)