chore: remove console.log

pull/5688/head
Pavel Zavora 2021-03-08 07:33:16 +01:00
parent 11e94f105c
commit 16b6df3135
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ function templateVariableValue(template: Template): string {
return `"${value}"`
}
function templateVariables(templates: Template[]): string {
console.log(JSON.stringify(templates, null, 2))
const extras = (templates || [])
.filter(
x =>