Skip to content

Commit

Permalink
cyr_expire: remove get_annotation_value debug logging
Browse files Browse the repository at this point in the history
It's just noisy and in its current form does not provide
enough context for debugging anyway.

Signed-off-by: Robert Stepanek <[email protected]>
  • Loading branch information
rsto committed Jun 14, 2023
1 parent 667e0b6 commit baba2f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imap/cyr_expire.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ static int get_annotation_value(const mbentry_t *mbentry,
buf_free(&attrib);
free(buf);

syslog(LOG_DEBUG, "get_annotation_value: ret(%d):secondsp(%d)", ret, *secondsp);
return ret;
}

Expand Down

0 comments on commit baba2f9

Please sign in to comment.