Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
fix(baseConfig): remove double entry current
Browse files Browse the repository at this point in the history
  • Loading branch information
doktordirk committed Jun 11, 2016
1 parent b6b3bc8 commit 15f221c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/baseConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,6 @@ export class BaseConfig {
_tokenPrefix = 'aurelia';

/* deprecated methods and parameteres */
get current() {
LogManager.getLogger('authentication').warn('BaseConfig.current() is deprecated. Use BaseConfig directly instead.');
return this;
}

set authToken(authToken) {
LogManager.getLogger('authentication').warn('BaseConfig.authToken is deprecated. Use BaseConfig.authTokenType instead.');
this._authTokenType = authToken;
Expand Down

0 comments on commit 15f221c

Please sign in to comment.