update app_modules.js

This commit is contained in:
naielv
2025-09-03 10:32:21 +02:00
parent c550812deb
commit ac12dc627d

View File

@@ -787,7 +787,6 @@ function TS_IndexElement(
if (rowCallback != undefined) { if (rowCallback != undefined) {
rowCallback(data, new_tr); rowCallback(data, new_tr);
} }
console.debug(data)
config.forEach((key) => { config.forEach((key) => {
switch (key.type) { switch (key.type) {
case "raw": case "raw":
@@ -938,7 +937,6 @@ function TS_IndexElement(
case "persona": case "persona":
if (key.self == true) { if (key.self == true) {
var persona = data var persona = data
console.warn(data)
} else { } else {
var persona = SC_Personas[data[key.key]] || {}; var persona = SC_Personas[data[key.key]] || {};
} }