Skip to content
Snippets Groups Projects
Unverified Commit 76ccd32a authored by Dalton's avatar Dalton Committed by GitHub
Browse files

remove a random console.log call (#17806)

parent 755d8a1a
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,6 @@ export function tokenize(expression) {
prev && prev.type === TOKEN.Identifier
? source.slice(prev.start, prev.end)
: null;
console.log({ prev, ref });
const message = ref
? t`Missing an opening bracket for ${ref}`
: t`Missing an opening bracket`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment