Skip to content

Commit

Permalink
Removed service token logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmatsiiako committed Jan 10, 2023
1 parent 63a739d commit 3fd5b52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/components/basic/dialog/AddServiceTokenDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ const AddServiceTokenDialog = ({
tag
});

console.log('newServiceToken', newServiceToken);

setServiceTokens(serviceTokens.concat([newServiceToken.serviceTokenData]));
setServiceToken(newServiceToken.serviceToken + "." + randomBytes);
};
Expand Down

0 comments on commit 3fd5b52

Please sign in to comment.