Skip to content

Commit

Permalink
feat: store memory footprints to grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Dec 19, 2024
1 parent 8d77f69 commit 9e199fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const calculateRequiredClientRevision = (
const targetedRevisions = revisions.filter(
(revision) => revision.revisionId > requiredRevisionId,
);
console.log('targeted revisions', targetedRevisions);
const projectFeatureRevisions = targetedRevisions.map((revision) =>
filterRevisionByProject(revision, projects),
);
Expand Down

0 comments on commit 9e199fd

Please sign in to comment.