mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-31 03:30:50 +00:00
refactor: cleanup logs
This commit is contained in:
parent
caec7d2810
commit
111dcd4f75
1 changed files with 0 additions and 2 deletions
|
|
@ -74,8 +74,6 @@ export class FocusModeEffects {
|
|||
|
||||
setElapsedTime$ = createEffect(() => {
|
||||
return this._focusModeService.currentSessionTime$.pipe(
|
||||
tap((v) => console.log('currentSessionTime', v)),
|
||||
|
||||
withLatestFrom(
|
||||
this._store.select(selectFocusModeMode),
|
||||
this._focusModeService.timeToGo$,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue