improve log in dev

pull/716/head
Mikael Finstad 5 years ago
parent b66527f811
commit 52aa7596c6
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -15,7 +15,7 @@ export default () => {
// Prevent flood-saving all config during mount
if (firstUpdateRef.current) return;
if (isDev) console.log('save', key);
if (isDev) console.log('save', key, value);
try {
configStore.set(key, value);
} catch (err) {

Loading…
Cancel
Save