Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 22, 2024
1 parent 3bbac66 commit f1256cd
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ export const makeTimelineMiddleware: () => Middleware<BaseState, any> = () => {
type: 'module',
})

console.log({ worker })

let prevTimelineArgs: GenerateRobotStateTimelineArgs | null = null // caches results of dependent selectors, eg {[selectorIndex]: lastCachedSelectorValue}

let prevSubstepsArgs: SubstepsArgsNoTimeline | null = null
Expand Down

0 comments on commit f1256cd

Please sign in to comment.