remove debug

This commit is contained in:
merlokk
2018-11-25 00:12:06 +02:00
parent 1a0f7e93de
commit 9e89da3c0c
2 changed files with 1 additions and 2 deletions

View File

@@ -452,4 +452,4 @@ CborError CborGetStringValueBuf(CborValue *elm) {
memset(stringBuf, 0x00, sizeof(stringBuf));
return CborGetStringValue(elm, stringBuf, sizeof(stringBuf), NULL);
};
};