Skip to content

Commit

Permalink
fix: removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Nov 27, 2023
1 parent 4c3f69e commit 002023b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/restapi/src/lib/pushNotification/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ export class Channel extends PushNotificationBaseClass {
channel: options.channel ?? this.account,
settings: settings,
});
console.log(lowLevelPayload)
return await PUSH_PAYLOAD.sendNotification(lowLevelPayload);
} catch (error) {
throw new Error(`Push SDK Error: API : channel::send : ${error}`);
Expand Down

0 comments on commit 002023b

Please sign in to comment.