Skip to content

Commit

Permalink
chore: remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Sep 20, 2024
1 parent 2234056 commit 01fdca6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/atclient/src/metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -1310,8 +1310,6 @@ int atclient_atkey_metadata_to_protocol_str(const atclient_atkey_metadata *metad
* 3. Do a sanity check
*/

printf("pos: %lu\nstrlen(*metadata_str): %lu\nexpected_metadatastr_len: %lu\n", pos, strlen(*metadata_str),
expected_metadatastr_len);
if (strlen(*metadata_str) != expected_metadatastr_len) {
ret = 1;
atlogger_log(TAG, ATLOGGER_LOGGING_LEVEL_ERROR,
Expand Down

0 comments on commit 01fdca6

Please sign in to comment.