Cleared console.log in jsonrpc.ts file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user