1515 */
1616import { LoggerFacade } from '../logging/logger' ;
1717import { sprintf , objectValues } from '../utils/fns' ;
18- import { createNotificationCenter , DefaultNotificationCenter , NotificationCenter } from '../notification_center' ;
18+ import { createNotificationCenter , DefaultNotificationCenter } from '../notification_center' ;
1919import { EventProcessor } from '../event_processor/event_processor' ;
2020
2121import { OdpManager } from '../odp/odp_manager' ;
@@ -42,7 +42,7 @@ import OptimizelyUserContext from '../optimizely_user_context';
4242import { ProjectConfigManager } from '../project_config/project_config_manager' ;
4343import { createDecisionService , DecisionService , DecisionObj } from '../core/decision_service' ;
4444import { buildLogEvent } from '../event_processor/event_builder/log_event' ;
45- import { buildImpressionEvent , buildConversionEvent , ImpressionEvent } from '../event_processor/event_builder/user_event' ;
45+ import { buildImpressionEvent , buildConversionEvent } from '../event_processor/event_builder/user_event' ;
4646import fns from '../utils/fns' ;
4747import { validate } from '../utils/attributes_validator' ;
4848import * as eventTagsValidator from '../utils/event_tags_validator' ;
@@ -388,10 +388,8 @@ export default class Optimizely implements Client {
388388 return ;
389389 }
390390
391- console . log ( eventKey , userId , attributes , eventTags ) ;
392391
393392 if ( ! projectConfig . eventWithKeyExists ( configObj , eventKey ) ) {
394- console . log ( 'eventKey not found' , ) ;
395393 this . logger ?. warn ( EVENT_KEY_NOT_FOUND , eventKey ) ;
396394 this . logger ?. warn ( NOT_TRACKING_USER , userId ) ;
397395 return ;
0 commit comments