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 5, 2023
1 parent 6c7af81 commit b5c94c9
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 @@ -1084,8 +1084,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 b5c94c9

Please sign in to comment.