From 7be6630dfe1f828603b455279b69947edda40c4c Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 19 Oct 2022 14:07:48 +0200 Subject: util.datamapper: Remove leftover debug assert (Only Teal, not included in build) --- teal-src/util/datamapper.tl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'teal-src/util') diff --git a/teal-src/util/datamapper.tl b/teal-src/util/datamapper.tl index 73b1dfc0..23f5ecaa 100644 --- a/teal-src/util/datamapper.tl +++ b/teal-src/util/datamapper.tl @@ -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 -- cgit v1.2.3