libs/web: remove debugging code
[project/luci.git] / libs / web / luasrc / cbi / datatypes.lua
index 6d871573413a0cf698b9fdad7830c89a98fcb3ef..71f4a2a5614e429bf4eaa2fe336851baee53d7f6 100644 (file)
@@ -29,7 +29,6 @@ _M['or'] = function(v, ...)
                local f = select(i, ...)
                local a = select(i+1, ...)
                if type(f) ~= "function" then
-                       print("COMP", f, v)
                        if f == v then
                                return true
                        end