Skip to content

Commit

Permalink
remove annoying and useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
Matei94 committed Dec 11, 2015
1 parent 9632642 commit 695cb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/files.c
Expand Up @@ -416,7 +416,7 @@ static void files_attr(xmpp_stanza_t *stanza) {

char *size_attr = xmpp_stanza_get_attribute(stanza, "size"); /* size */
if (size_attr == NULL) {
werr("xmpp_stanza_get_attribute attribute = size (%s)", xmpp_stanza_get_attribute(stanza, "path"));
// werr("xmpp_stanza_get_attribute attribute = size (%s)", xmpp_stanza_get_attribute(stanza, "path"));
attributes.size = 0;
} else {
char *endptr; /* strtol endptr */
Expand Down

0 comments on commit 695cb02

Please sign in to comment.