Skip to content

Commit

Permalink
Removed Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DeekyJay committed Jul 1, 2017
1 parent a5a7b78 commit 354ac84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/ipcHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ const options = {

ipcMain.on('auth', (event) => {
const myApiOauth = electronAuth(config, windowParams)
console.log('Time to Auth')
console.log(myApiOauth)
console.log(config)
myApiOauth.getAccessToken(options)
.then(token => {
event.sender.send('auth', token)
Expand Down

0 comments on commit 354ac84

Please sign in to comment.