diff --git a/src/app_modules.js b/src/app_modules.js index 1478dc2..c8019a7 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -787,7 +787,6 @@ function TS_IndexElement( if (rowCallback != undefined) { rowCallback(data, new_tr); } - console.debug(data) config.forEach((key) => { switch (key.type) { case "raw": @@ -938,7 +937,6 @@ function TS_IndexElement( case "persona": if (key.self == true) { var persona = data - console.warn(data) } else { var persona = SC_Personas[data[key.key]] || {}; }