Skip to content

Commit

Permalink
fix(Tracking): stuch after idle popup
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirPal committed Feb 5, 2018
1 parent c01870d commit c5dfb17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/sagas/timer.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import {
uploadScreenshot,
rejectScreenshot,
takeScreenshot,
cleanExcessScreenshotPeriods,
} from './screenshots';
import createIpcChannel from './ipc';

Expand Down Expand Up @@ -382,7 +381,7 @@ export function* watchKeepIdleTime(): Generator<*, *, *> {
const { getGlobal } = remote;
const { idleDetails } = getGlobal('sharedObj');
yield put(timerActions.addIdleTime(idleDetails));
yield call(cleanExcessScreenshotPeriods);
// yield call(cleanExcessScreenshotPeriods);
}
}

Expand Down

0 comments on commit c5dfb17

Please sign in to comment.