Skip to content

Commit 5f286cc

Browse files
committed
remove console.log
1 parent c5c467b commit 5f286cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/Modals/Inputs/TokenModal.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export class TokenModal extends React.Component<TokenModalProps, TokenModalState
8585
const { name, isOpen, errorName, scopes } = this.state
8686

8787
const validState = name.length > 0 && scopes.length > 0
88-
console.log('scopes', scopes)
8988

9089
return (
9190
<Modal

0 commit comments

Comments
 (0)