mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
removed logs
This commit is contained in:
parent
4041e172b8
commit
660e247303
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ async function getBlockContent(id,name) {
|
||||||
|
|
||||||
}
|
}
|
||||||
function textToMd(text,type) {
|
function textToMd(text,type) {
|
||||||
console.log('TPE',type);
|
|
||||||
for(let i=0;i<text.length;i++) {
|
for(let i=0;i<text.length;i++) {
|
||||||
let append = '';
|
let append = '';
|
||||||
if(type == 'heading_1') {
|
if(type == 'heading_1') {
|
||||||
|
|
Loading…
Reference in a new issue