diff --git a/src/store/modules/auth.js b/src/store/modules/auth.js index 1776c3a20..f3a6cbc04 100644 --- a/src/store/modules/auth.js +++ b/src/store/modules/auth.js @@ -3,9 +3,6 @@ import { ERROR_MESSAGE, LOADING } from '../mutation-types' import UserModel from '../../models/user' const defaultSettings = settings => { - // if (typeof settings.defaultListId === 'undefined' || settings.defaultListId === '') { - // settings.defaultListId = 1 - // } if (typeof settings.weekStart === 'undefined' || settings.weekStart === '') { settings.weekStart = 0 }