Cleared console.log in jsonrpc.ts file
This commit is contained in:
@@ -378,9 +378,9 @@ export class Transport {
|
|||||||
responseText = data.toString("utf-8");
|
responseText = data.toString("utf-8");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose) {
|
// if (verbose) {
|
||||||
console.log("Response:", responseText);
|
// console.log("Response:", responseText);
|
||||||
}
|
// }
|
||||||
|
|
||||||
const response = TrytonJSONEncoder.deserialize(
|
const response = TrytonJSONEncoder.deserialize(
|
||||||
responseText
|
responseText
|
||||||
|
|||||||
Reference in New Issue
Block a user