Show toxcore TRACE logging messages

I'm not sure why this was disabled. It shouldn't be.
This commit is contained in:
jfreegman 2022-10-13 23:27:31 -04:00
parent 398aecdd92
commit e8388bf20c
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
1 changed files with 0 additions and 4 deletions

View File

@ -258,10 +258,6 @@ void cb_toxcore_logger(Tox *m, TOX_LOG_LEVEL level, const char *file, uint32_t l
{
UNUSED_VAR(m);
if (level == TOX_LOG_LEVEL_TRACE) {
return;
}
FILE *fp = (FILE *)user_data;
if (!fp) {