summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-06 21:43:13 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-06 21:43:13 +0500
commitcdb09be6d0db90f899b9b851bc850fe5f2b668da (patch)
tree3b4f30b98e1732603ceb7f3c3de3658a7f55e947
parentd452523b07a66e6d71b2beb5150244165d9c30cc (diff)
downloadchat-cdb09be6d0db90f899b9b851bc850fe5f2b668da.tar.gz
chat-cdb09be6d0db90f899b9b851bc850fe5f2b668da.tar.bz2
chat-cdb09be6d0db90f899b9b851bc850fe5f2b668da.zip
Removing console.log
-rw-r--r--web/react/components/activity_log_modal.jsx1
1 files changed, 0 insertions, 1 deletions
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() {