Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Nov 22, 2024
1 parent 4fa08db commit 6a393af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/packages/state/src/recoil/queryPerformance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ const indexesByPath = selector({

const { sampleIndexes: samples, frameIndexes: frames } = get(indexes);

console.log(samples);

const schema = gatherPaths(State.SPACE.SAMPLE);
const frameSchema = gatherPaths(State.SPACE.FRAME).map((p) =>
p.slice("frames.".length)
Expand Down

0 comments on commit 6a393af

Please sign in to comment.