Browse Source

clean code

Yuki Takei 2 years ago
parent
commit
e68969b421
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/micromark-extension-gfm-table/dev/lib/syntax.js

+ 1 - 2
packages/micromark-extension-gfm-table/dev/lib/syntax.js

@@ -286,9 +286,8 @@ function tokenizeTable(effects, ok, nok) {
 
 
   /** @type {State} */
   /** @type {State} */
   function atRowEndHead(code) {
   function atRowEndHead(code) {
-    const { containerState } = self;
-
     // for debug -- 2023.05.06 Yuki Takei
     // for debug -- 2023.05.06 Yuki Takei
+    // const { containerState } = self;
     // let atRowEndHeadCount = containerState.atRowEndHeadCount ?? 0;
     // let atRowEndHeadCount = containerState.atRowEndHeadCount ?? 0;
     // atRowEndHeadCount++;
     // atRowEndHeadCount++;
     // containerState.atRowEndHeadCount = atRowEndHeadCount;
     // containerState.atRowEndHeadCount = atRowEndHeadCount;