Skip to content

Commit 9e77562

Browse files
remove debug console.log()
1 parent 67b59c1 commit 9e77562

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webapp/src/components/datablocks/DataBlockBase.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ export default {
231231
BlockTitle: createComputedSetterForBlockField("title"),
232232
BlockDescription: createComputedSetterForBlockField("freeform_comment"),
233233
hasMetadata() {
234-
console.log("#$#$#$#$#%$#%$#$%#%$#%$#%$#%$");
235-
console.log(this.block);
236-
console.log("#$#$#$#$#%$#%$#$%#%$#%$#%$#%$");
237234
return this.block?.metadata && Object.keys(this.block.metadata).length > 0;
238235
},
239236
},

0 commit comments

Comments
 (0)