Skip to content

Commit e87dd20

Browse files
committed
rm console.log
1 parent 2cfb4fc commit e87dd20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/models/eventsFactory.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ class EventsFactory extends Factory {
9595
throw new Error('Can not construct Event model, because projectId is not provided');
9696
}
9797

98-
console.log('projectId', projectId);
99-
10098
this.projectId = projectId;
10199
this.eventById = createProjectEventsByIdLoader(mongo.databases.events, this.projectId);
102100
}

0 commit comments

Comments
 (0)