mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
interface: remove console.log
This commit is contained in:
parent
a11a1e42ce
commit
e089a864a7
@ -48,7 +48,6 @@ export function CalmPrefs(props: {
|
||||
_.forEach(v, (bool, key) => {
|
||||
const bucket = ['imageShown', 'videoShown', 'audioShown', 'oembedShown'].includes(key) ? 'remoteContentPolicy' : 'calm';
|
||||
if(initialValues[key] !== bool) {
|
||||
console.log('updating', bucket, key, bool);
|
||||
promises.push(api.settings.putEntry(bucket, key, bool));
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user