Software /
code /
prosody
Changeset
12776:4715301a3504
util.datamapper: Remove leftover debug assert (Only Teal, not included in build)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 19 Oct 2022 14:07:48 +0200 |
parents | 12775:1dd468c63a3d |
children | 12777:4d5549de27e6 |
files | teal-src/util/datamapper.tl |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/teal-src/util/datamapper.tl Mon Oct 17 15:20:06 2022 +0200 +++ b/teal-src/util/datamapper.tl Wed Oct 19 14:07:48 2022 +0200 @@ -133,10 +133,6 @@ 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