From ad73d62e6327af61a0fa9f44993e4487c404d44c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 27 Jul 2022 14:13:28 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- pwiki2.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pwiki2.js b/pwiki2.js index efe5786..5766854 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -1701,17 +1701,9 @@ module.BaseParser = { await this.expand(page, ast, state) : ast - /* XXX this is quite ugly... - var blocks = [] - for await (var a of ast){ - blocks.push(a) } - - return blocks - /*/ //return [...ast] return await ast .iter() - //*/ // post handlers... .map(function(section){ return typeof(section) == 'function' ?