mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Removing console.log
This commit is contained in:
@@ -35,7 +35,6 @@ export default class ActivityLogModal extends React.Component {
|
|||||||
modalContent.addClass('animation--highlight');
|
modalContent.addClass('animation--highlight');
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
modalContent.removeClass('animation--highlight');
|
modalContent.removeClass('animation--highlight');
|
||||||
console.log(that);
|
|
||||||
}, 1500);
|
}, 1500);
|
||||||
Client.revokeSession(altId,
|
Client.revokeSession(altId,
|
||||||
function handleRevokeSuccess() {
|
function handleRevokeSuccess() {
|
||||||
|
|||||||
Reference in New Issue
Block a user