fix(debug): Removing debug log spam

This commit is contained in:
Chris Troutner
2021-09-04 09:05:30 -07:00
parent 4c707cf5b9
commit ba2fdbc836
+1 -1
View File
@@ -56,7 +56,7 @@ class JSONRPC {
// Attempt to parse the incoming data as a JSON RPC string.
const parsedData = _this.jsonrpc.parse(str)
console.log('parsedData: ', parsedData)
// console.log('parsedData: ', parsedData)
// Exit quietly if the incoming string is an invalid JSON RPC string.
if (parsedData.type === 'invalid') {