Markelle Kelly 6 years ago
parent
commit
1e3728b5b8
1 changed files with 0 additions and 7 deletions
  1. 0 7
      packages/toc/src/generators/notebookgenerator/index.ts

+ 0 - 7
packages/toc/src/generators/notebookgenerator/index.ts

@@ -112,7 +112,6 @@ export function createNotebookGenerator(
             ) {
               for (let j = headings.length - 1; j >= 0; j--) {
                 if (headings[j] === prevHeading) {
-                  console.log('point A: ' + headings[j].text);
                   headings[j].hasChild = true;
                 }
               }
@@ -182,7 +181,6 @@ export function createNotebookGenerator(
               ) {
                 for (let j = headings.length - 1; j >= 0; j--) {
                   if (headings[j] === prevHeading) {
-                    console.log('point B: ' + headings[j].text);
                     headings[j].hasChild = true;
                   }
                 }
@@ -203,7 +201,6 @@ export function createNotebookGenerator(
               ) {
                 for (let j = headings.length - 1; j >= 0; j--) {
                   if (headings[j] === prevHeading) {
-                    console.log('point C: ' + headings[j].text);
                     headings[j].hasChild = true;
                   }
                 }
@@ -316,7 +313,6 @@ export function createNotebookGenerator(
               ) {
                 for (let j = headings.length - 1; j >= 0; j--) {
                   if (headings[j] === prevHeading) {
-                    console.log('point D: ' + headings[j].text);
                     headings[j].hasChild = true;
                   }
                 }
@@ -341,7 +337,6 @@ export function createNotebookGenerator(
               ) {
                 for (let j = headings.length - 1; j >= 0; j--) {
                   if (headings[j] === prevHeading) {
-                    console.log('point E: ' + headings[j].text);
                     headings[j].hasChild = true;
                   }
                 }
@@ -434,7 +429,6 @@ export function createNotebookGenerator(
               ) {
                 for (let j = headings.length - 1; j >= 0; j--) {
                   if (headings[j] == prevHeading) {
-                    console.log('point F: ' + headings[j].text);
                     headings[j].hasChild = true;
                   }
                 }
@@ -456,7 +450,6 @@ export function createNotebookGenerator(
               ) {
                 for (let j = headings.length - 1; j >= 0; j--) {
                   if (headings[j] == prevHeading) {
-                    console.log('point G: ' + headings[j].text);
                     headings[j].hasChild = true;
                   }
                 }