Skip to content

Commit

Permalink
fix: console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Oct 6, 2023
1 parent 0fe9c75 commit 9a961a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/services/project-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1086,8 +1086,6 @@ export default class ProjectService {
const lastSeenAtPerEnvironment =
await this.lastSeenReadModel.getForFeature(featureNames);

console.log(decoratedFeatures, lastSeenAtPerEnvironment);

decoratedFeatures = mapper.mapToFeatures(
decoratedFeatures,
lastSeenAtPerEnvironment,
Expand Down

0 comments on commit 9a961a7

Please sign in to comment.