Skip to content

Commit

Permalink
Remoção do console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh committed Feb 8, 2023
1 parent e2eb18f commit 61c94e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/libs/wbot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ export const initWbot = async (whatsapp: Whatsapp): Promise<Session> => {
wbot.on("ready", async () => {
logger.info(`Session: ${sessionName} READY`);

console.log("WbotON", wbot.info.wid._serialized.split("@")[0]);

await whatsapp.update({
status: "CONNECTED",
qrcode: "",
Expand Down

0 comments on commit 61c94e3

Please sign in to comment.