zahmis 4 лет назад
Родитель
Сommit
9d09f43dc5

+ 0 - 1
src/client/js/components/Admin/SlackIntegration/MessageBasedOnConnection.jsx

@@ -7,7 +7,6 @@ const MessageBasedOnConnection = (props) => {
   const { isLatestConnectionSuccess, logsValue } = props;
   const { t } = useTranslation();
 
-  console.log(isLatestConnectionSuccess);
   if (isLatestConnectionSuccess) {
     return <p className="text-info text-center my-4">{t('admin:slack_integration.accordion.send_message_to_slack_work_space')}</p>;
   }