Merge pull request #35 from Permissionless-Software-Foundation/ct-unstable

fix(debug): Removing debug log spam
This commit is contained in:
Chris Troutner
2021-09-04 09:09:26 -07:00
committed by GitHub
+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') {