Remove one time face interface migration

This commit is contained in:
Shailesh Pandit 2022-01-07 09:07:20 +05:30
parent 3d81ffd84b
commit 0fbb65cb9a

View file

@ -8,7 +8,6 @@ import {
MLSyncConfig,
} from 'types/machineLearning';
import { getToken } from 'utils/common/key';
import { migrateFaceInterfaceUpdate } from 'utils/machineLearning/migrations';
import { getDedicatedMLWorker } from 'utils/machineLearning/worker';
import { logError } from 'utils/sentry';
import { getData, LS_KEYS } from 'utils/storage/localStorage';
@ -43,7 +42,6 @@ class MLWorkManager {
try {
const user = getData(LS_KEYS.USER);
if (user?.token) {
await migrateFaceInterfaceUpdate();
this.startSyncJob();
}
} catch (e) {