We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e488a6b commit 712f7ffCopy full SHA for 712f7ff
packages/optimizely-sdk/lib/optimizely_user_context/index.ts
@@ -13,8 +13,6 @@
13
* See the License for the specific language governing permissions and *
14
* limitations under the License. *
15
***************************************************************************/
16
-import { getLogger } from '@optimizely/js-sdk-logging';
17
-
18
import Optimizely from '../../lib/optimizely';
19
import {
20
DecisionResponse,
@@ -32,8 +30,6 @@ import {
32
30
} from '../core/project_config';
33
31
import { LOG_MESSAGES, CONTROL_ATTRIBUTES } from '../utils/enums';
34
35
-const logger = getLogger();
36
37
export default class OptimizelyUserContext {
38
private optimizely: Optimizely;
39
private userId: string;
0 commit comments