From cdb09be6d0db90f899b9b851bc850fe5f2b668da Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 6 Oct 2015 21:43:13 +0500 Subject: Removing console.log --- web/react/components/activity_log_modal.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/react/components/activity_log_modal.jsx b/web/react/components/activity_log_modal.jsx index 15bcb2b22..ff370c32e 100644 --- a/web/react/components/activity_log_modal.jsx +++ b/web/react/components/activity_log_modal.jsx @@ -35,7 +35,6 @@ export default class ActivityLogModal extends React.Component { modalContent.addClass('animation--highlight'); setTimeout(() => { modalContent.removeClass('animation--highlight'); - console.log(that); }, 1500); Client.revokeSession(altId, function handleRevokeSuccess() { -- cgit v1.2.3-1-g7c22