This commit is contained in:
Benjamin Toby
2025-07-09 21:53:27 +01:00
parent da87fe6491
commit c593404263
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -72,7 +72,6 @@ values, debug) {
resArray.push(results);
}
catch (error) {
console.log("query", query);
resArray.push(null);
currentQueryError["error"] = error.message;
queryErrorArray.push(currentQueryError);