Skip to content

Commit fb6d92b

Browse files
committed
wip
1 parent 2d88804 commit fb6d92b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

synapse/models/person.py

-7
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,6 @@
206206
'prevnames': ('contact', 'person'),
207207
'doc': 'The individual that the vitals are about.'}),
208208

209-
# FIXME physical interface?
210-
('height', ('geo:dist', {}), {
211-
'doc': 'The height of the person or contact.'}),
212-
213-
('weight', ('mass', {}), {
214-
'doc': 'The weight of the person or contact.'}),
215-
216209
('econ:currency', ('econ:currency', {}), {
217210
'doc': 'The currency that the price values are recorded using.'}),
218211

0 commit comments

Comments
 (0)