Fix console.log
This commit is contained in:
parent
152323ec29
commit
a4189fc6eb
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue