remove a comment

This commit is contained in:
Max Grossman
2018-12-17 12:55:00 -05:00
parent e0e6f5b918
commit 74a19a6d7f
-1
View File
@@ -252,7 +252,6 @@ export function uiEntityEditor(context) {
context.overwrite(actionChangeTags(_entityID, tags), annotation);
} else {
context.perform(actionChangeTags(_entityID, tags), annotation);
// context.presets().choose(context.presets().match(context.graph))
_coalesceChanges = !!onInput;
}
}