Remove debugging output from save edits panel

This commit is contained in:
Edward Betts 2021-07-16 11:47:31 +02:00
parent 15a96bd732
commit fb22e70803
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
<br>part of:
<span v-for="(part_of, part_of_index) in osm.part_of">
<span v-if="part_of_index != 0">, </span>
[{{ JSON.stringify(part_of.tags) }}]
{{ part_of.tags.name }}
</span>
</span>