removed logs

This commit is contained in:
Stuti mohgaonkar 2022-02-11 15:09:39 -05:00
parent 4041e172b8
commit 660e247303

View file

@ -64,7 +64,6 @@ async function getBlockContent(id,name) {
}
function textToMd(text,type) {
console.log('TPE',type);
for(let i=0;i<text.length;i++) {
let append = '';
if(type == 'heading_1') {