remove console logs

This commit is contained in:
Henry Jameson 2026-03-13 13:09:39 +02:00
commit b564fc2d66
5 changed files with 0 additions and 8 deletions

View file

@ -80,7 +80,6 @@ export const _moveItemInArray = (array, value, movement) => {
}
const _wrapData = (data, userName) => {
console.log('WRAP')
return {
...data,
_user: userName,
@ -414,8 +413,6 @@ export const _resetPrefs = (
}
export const _doMigrations = async (data, setPreference) => {
console.log('TEST', data._version)
if (data._version < VERSION) {
console.debug(
'Data has older version, seeing if there any migrations that can be applied',