Skip to content

Commit bb01346

Browse files
committed
removed a console log
1 parent 30a0db1 commit bb01346

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/components/login/SignIn.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ const SignIn: React.FC<LoginInt & RouteComponentProps> = props => {
228228
color="default"
229229
className={classes.submit}
230230
onClick={() => {
231-
console.log('Inside onclick of github');
232231
// messages the main proces to open new window for github oauth
233232
window.api.github();
234233
}}

0 commit comments

Comments
 (0)