Skip to content

Commit

Permalink
remove unnecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aboelenein committed Apr 5, 2024
1 parent 58c5ba7 commit ad96e96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapters/xverse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class XverseAdapter extends SatsConnectAdapter {
method: Method,
params: Params<Method>
): Promise<RpcResult<Method> | undefined> => {
console.log('XverseAdapter requestInternal', method, params);
return request(method, params, this.id);
};
}
Expand Down

0 comments on commit ad96e96

Please sign in to comment.