mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.datamapper: Remove leftover debug assert (Only Teal, not included in build)
This commit is contained in:
parent
2269035c0d
commit
7be6630dfe
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue