From f03f8d52b735778df3e175ccb31941b7386eb946 Mon Sep 17 00:00:00 2001 From: canove Date: Thu, 30 Jul 2020 09:39:47 -0300 Subject: [PATCH] code cleanup --- frontend/src/components/TicketsList/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/components/TicketsList/index.js b/frontend/src/components/TicketsList/index.js index d9660bf..45d2e07 100644 --- a/frontend/src/components/TicketsList/index.js +++ b/frontend/src/components/TicketsList/index.js @@ -314,7 +314,6 @@ const TicketsList = () => { }; const showDesktopNotification = data => { - console.log(data); const options = { body: `${data.message.body} - ${format(new Date(), "HH:mm")}`, icon: data.contact.profilePicUrl, @@ -489,8 +488,6 @@ const TicketsList = () => { } }; - console.log(tickets); - return (