Mesh: Implement Configuration Client
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / mesh / bt-service-mesh-util.c
index 08fe99a..9307c0e 100644 (file)
@@ -131,8 +131,6 @@ uint16_t _bt_mesh_util_opcode_set(uint32_t opcode,
 bool _bt_mesh_util_opcode_get(const uint8_t *buf,
                uint16_t sz, uint32_t *opcode, int *n)
 {
-       BT_INFO("Mesh: Opcode Get DatLen [%d] Buf0 [0x%x]",
-                       sz, buf[0]);
        if (!n || !opcode || sz < 1) return false;
 
        switch (buf[0] & 0xc0) {