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)