Remove obsolete log
This commit is contained in:
parent
7072f2d93d
commit
f82c15debf
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@
|
|||
console.log("Initing ", config.id)
|
||||
|
||||
function initialize(tgs: Record<string, string>, confg: TagRenderingConfig): void {
|
||||
console.trace("Initing question state for", confg.id, config.id)
|
||||
mappings = confg.mappings?.filter((m) => {
|
||||
if (typeof m.hideInAnswer === "boolean") {
|
||||
return !m.hideInAnswer
|
||||
|
|
Loading…
Reference in a new issue