From 74a19a6d7fdd9e5d9974414f39a1d3223a56e612 Mon Sep 17 00:00:00 2001 From: Max Grossman Date: Mon, 17 Dec 2018 12:55:00 -0500 Subject: [PATCH] remove a comment --- modules/ui/entity_editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ui/entity_editor.js b/modules/ui/entity_editor.js index b857c7cb2..de0181383 100644 --- a/modules/ui/entity_editor.js +++ b/modules/ui/entity_editor.js @@ -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; } }