Skip to content

Commit

Permalink
fix(@aws-amplify/core): removed unused variables (#3926)
Browse files Browse the repository at this point in the history
  • Loading branch information
yareyaredesuyo authored and manueliglesias committed Oct 4, 2019
1 parent 2c2b3d8 commit b63ac72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/Credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ConsoleLogger as Logger } from './Logger';
import StorageHelper from './StorageHelper';
import { AWS } from './Facet';
import JS from './JS';
import Platform from './Platform';
import { FacebookOAuth, GoogleOAuth } from './OAuthHelper';
import { ICredentials } from './types';
import Amplify from './Amplify';
Expand Down Expand Up @@ -307,7 +306,6 @@ export class Credentials {
}
);

const that = this;
return this._loadCredentials(credentials, 'userPool', true, null);
}

Expand Down

0 comments on commit b63ac72

Please sign in to comment.