Skip to content

Commit

Permalink
GRY-01-001 WP1: removing console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Oct 16, 2024
1 parent 6e8d2f1 commit 5bc7a2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/snap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { AntelopeRequest, AntelopeSignatureRequest } from './types';
* @throws If the request method is not valid for this snap.
*/
export const onRpcRequest: OnRpcRequestHandler = async ({ request }) => {
console.log(request);
switch (request.method) {
case 'antelope_getPublicKey':
return await getPublicKey(request as AntelopeRequest);
Expand Down

0 comments on commit 5bc7a2d

Please sign in to comment.