Test Output Cleanup

This commit is contained in:
Steve Faulkner
2020-10-05 23:21:58 -05:00
committed by GitHub
parent b83f59ac31
commit f5bbd52311
7 changed files with 21 additions and 29 deletions

View File

@@ -136,7 +136,6 @@ export class GremlinSimpleClient {
const data = typeof msg.data === "string" ? msg.data : new TextDecoder("utf-8").decode(msg.data);
return JSON.parse(data);
} catch (e) {
console.error(e, msg);
if (this.params.failureCallback) {
this.params.failureCallback(
null,