From a4189fc6eb4d9c1161ee4b0a0e2bb404512c7d11 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 4 Jan 2021 10:52:32 +0100 Subject: [PATCH] Fix `console.log` --- lib/tokenize-directive-container.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tokenize-directive-container.js b/lib/tokenize-directive-container.js index a825702..e288da7 100644 --- a/lib/tokenize-directive-container.js +++ b/lib/tokenize-directive-container.js @@ -46,7 +46,6 @@ function tokenizeDirectiveContainer(effects, ok, nok) { } function afterName(code) { - console.log('after:name:', code) return code === 91 /* `[` */ ? effects.attempt(label, afterLabel, afterLabel)(code) : afterLabel(code)