cleanup + RDS features

This commit is contained in:
NoobishSVK
2024-01-27 23:00:44 +01:00
parent e1e26e16e2
commit fb31afb9a7
30 changed files with 257 additions and 5836 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ var Logging = /** @class */ (function () {
this.ParentElement.appendChild(line);
}
else {
console.log(lineText);
//console.log(lineText);
}
};
return Logging;