From 5226b94ac419f018b2e8c370e27269a308eb468c Mon Sep 17 00:00:00 2001 From: canove Date: Thu, 20 Aug 2020 18:31:47 -0300 Subject: [PATCH] code cleanup --- frontend/src/components/SessionInfo/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/components/SessionInfo/index.js b/frontend/src/components/SessionInfo/index.js index 97bad50..1fe4900 100644 --- a/frontend/src/components/SessionInfo/index.js +++ b/frontend/src/components/SessionInfo/index.js @@ -7,8 +7,6 @@ import { i18n } from "../../translate/i18n"; import api from "../../services/api"; const SessionInfo = ({ session }) => { - console.log(session); - const handleDisconectSession = async () => { try { await api.delete("/whatsapp/session/1");