Skip to content

Commit

Permalink
remove DELETME
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Ranna committed Nov 26, 2020
1 parent d6508e5 commit 98c5e9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file removed DELETEME
Empty file.
1 change: 0 additions & 1 deletion lib/connextclient/ConnextClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ class ConnextClient extends SwapClient {
]
});
const getBalanceResponse = await parseResponseBody<ConnextBalanceResponse>(res);
console.log('getBalanceResponse', getBalanceResponse);
return parseInt(getBalanceResponse.result, 16);
};

Expand Down

0 comments on commit 98c5e9e

Please sign in to comment.