Skip to content

Commit 712f7ff

Browse files
committed
removed logger from optimizelyUsercontext class
1 parent e488a6b commit 712f7ff

File tree

1 file changed

+0
-4
lines changed
  • packages/optimizely-sdk/lib/optimizely_user_context

1 file changed

+0
-4
lines changed

packages/optimizely-sdk/lib/optimizely_user_context/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* See the License for the specific language governing permissions and *
1414
* limitations under the License. *
1515
***************************************************************************/
16-
import { getLogger } from '@optimizely/js-sdk-logging';
17-
1816
import Optimizely from '../../lib/optimizely';
1917
import {
2018
DecisionResponse,
@@ -32,8 +30,6 @@ import {
3230
} from '../core/project_config';
3331
import { LOG_MESSAGES, CONTROL_ATTRIBUTES } from '../utils/enums';
3432

35-
const logger = getLogger();
36-
3733
export default class OptimizelyUserContext {
3834
private optimizely: Optimizely;
3935
private userId: string;

0 commit comments

Comments
 (0)