Skip to content

Commit

Permalink
Removed consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-01k committed Dec 19, 2023
1 parent fa2bbdd commit 5eef39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SendNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ const {handleConnectWallet} = useContext(AppContext);
const handleSendMessage = async (e) => {
// Check everything in order
e.preventDefault();
console.log("User push sdk instance",userPushSDKInstance);

if (!userPushSDKInstance.signer) {
notificationToast.showMessageToast({
Expand Down

0 comments on commit 5eef39b

Please sign in to comment.