1 parent eb50008 commit b14b753Copy full SHA for b14b753
1 file changed
imports/settings/config/interactiveEditor.tsx
@@ -147,7 +147,6 @@ const InteractiveConfigEditor = (props: {
147
}
148
149
const modifiedJson = CommentJSON.stringify(json, null, 2)
150
- console.log(modifiedJson) // TODO
151
Promise.resolve(props.onSave(modifiedJson))
152
.then(() => setSaving(false))
153
.catch(console.error)
0 commit comments