chore: remove console log leftover

This commit is contained in:
Nicolas Giard 2022-11-01 15:00:26 -04:00 committed by GitHub
parent 0c920b0a29
commit ce8873b900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,6 @@ export default function precompileLodashTemplates(options = {}) {
result.push(`"${key}": ${template(value.replaceAll('{', '{data.'), { interpolate, variable: 'data' }).source.replace('function(obj)', '(obj) =>')}`)
}, [])
console.info(code.replace('/* __COMPILED_URLS__ */', compiledUrls.join(',\n')))
return {
code: code.replace('/* __COMPILED_URLS__ */', compiledUrls.join(',\n')),
map: null