diff options
Diffstat (limited to 'web/react/components/activity_log_modal.jsx')
-rw-r--r-- | web/react/components/activity_log_modal.jsx | 1 |
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() { |