Fix console.log

This commit is contained in:
Titus Wormer 2021-01-04 10:52:32 +01:00
parent 152323ec29
commit a4189fc6eb
No known key found for this signature in database
GPG key ID: E6E581152ED04E2E

View file

@ -46,7 +46,6 @@ function tokenizeDirectiveContainer(effects, ok, nok) {
} }
function afterName(code) { function afterName(code) {
console.log('after:name:', code)
return code === 91 /* `[` */ return code === 91 /* `[` */
? effects.attempt(label, afterLabel, afterLabel)(code) ? effects.attempt(label, afterLabel, afterLabel)(code)
: afterLabel(code) : afterLabel(code)