Skip to content

Commit 76de3f5

Browse files
committed
remove url log
1 parent b52e23e commit 76de3f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xeroClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export class XeroClient {
4545
redirect_uri: this.config.redirectUris[0],
4646
scope: this.config.scopes.join(' ') || 'openid email profile'
4747
});
48-
console.log('url: ',url)
4948
return url;
5049
}
5150

0 commit comments

Comments
 (0)