Skip to content

Commit b14b753

Browse files
committed
Remove TODOs from interactive editor
1 parent eb50008 commit b14b753

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

imports/settings/config/interactiveEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ const InteractiveConfigEditor = (props: {
147147
}
148148

149149
const modifiedJson = CommentJSON.stringify(json, null, 2)
150-
console.log(modifiedJson) // TODO
151150
Promise.resolve(props.onSave(modifiedJson))
152151
.then(() => setSaving(false))
153152
.catch(console.error)

0 commit comments

Comments
 (0)