Cleared console.log in jsonrpc.ts file

This commit is contained in:
2025-11-12 15:22:47 -05:00
parent 9741568f12
commit f2e56c99aa

View File

@@ -378,9 +378,9 @@ export class Transport {
responseText = data.toString("utf-8");
}
if (verbose) {
console.log("Response:", responseText);
}
// if (verbose) {
// console.log("Response:", responseText);
// }
const response = TrytonJSONEncoder.deserialize(
responseText