Skip to content

Commit

Permalink
remove url log
Browse files Browse the repository at this point in the history
  • Loading branch information
SerKnight committed Jan 22, 2020
1 parent b52e23e commit 76de3f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xeroClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export class XeroClient {
redirect_uri: this.config.redirectUris[0],
scope: this.config.scopes.join(' ') || 'openid email profile'
});
console.log('url: ',url)
return url;
}

Expand Down

0 comments on commit 76de3f5

Please sign in to comment.