Skip to content

Commit

Permalink
Remove more debug statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
gameblabla committed Nov 2, 2020
1 parent 7353060 commit 79b611c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ndless-sdk/libndls/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ void cfg_set_value(struct cfg_entry *entr, const char *val) {
entr->value = realloc(entr->value, entr->value_sz);
}
strlcpy(entr->value, val, entr->value_sz);
//printf("accepted change %s=%s\n", entr->key, val);
cfg_changed = 1;
}
}
Expand Down

0 comments on commit 79b611c

Please sign in to comment.