Merge pull request #3334 from matrix-org/travis/remove-logging
Remove extraneous logging
This commit is contained in:
commit
088568ea11
1 changed files with 0 additions and 2 deletions
|
@ -91,9 +91,7 @@ export default class GeneralUserSettingsTab extends React.Component {
|
||||||
// By starting the terms flow we get the logic for checking which terms the user has signed
|
// By starting the terms flow we get the logic for checking which terms the user has signed
|
||||||
// for free. So we might as well use that for our own purposes.
|
// for free. So we might as well use that for our own purposes.
|
||||||
const authClient = new IdentityAuthClient();
|
const authClient = new IdentityAuthClient();
|
||||||
console.log("Getting access token...");
|
|
||||||
const idAccessToken = await authClient.getAccessToken(/*check=*/false);
|
const idAccessToken = await authClient.getAccessToken(/*check=*/false);
|
||||||
console.log("Got access token: " + idAccessToken);
|
|
||||||
startTermsFlow([new Service(
|
startTermsFlow([new Service(
|
||||||
SERVICE_TYPES.IS,
|
SERVICE_TYPES.IS,
|
||||||
MatrixClientPeg.get().getIdentityServerUrl(),
|
MatrixClientPeg.get().getIdentityServerUrl(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue