1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Cleanup: Removed leftover debugging output

This commit is contained in:
Philipp Schafft 2018-06-27 15:52:54 +00:00
parent d6e87ab7bc
commit 5df79580f7

View File

@ -171,8 +171,6 @@ static void htpasswd_recheckfile(htpasswd_auth_state *htpasswd)
avl_tree_free (htpasswd->users, _free_user);
htpasswd->users = new_users;
thread_rwlock_unlock (&htpasswd->file_rwlock);
ICECAST_LOG_ERROR("xxx");
}