util.datamapper: Remove leftover debug assert (Only Teal, not included in build)

This commit is contained in:
Kim Alvefur 2022-10-19 14:07:48 +02:00
parent 2269035c0d
commit 7be6630dfe

View file

@ -133,10 +133,6 @@ local function unpack_propschema( propschema : schema_t, propname : string, curr
end
end
if current_ns == "urn:xmpp:reactions:0" and name == "reactions" then
assert(proptype=="array")
end
return proptype, value_where, name, namespace, prefix, single_attribute, enums
end