[MOD] Remove debug comment

This PR looks stable enough after some testing.
This commit is contained in:
lda 2023-12-10 09:56:32 +01:00
parent ac8472061b
commit 3716c8517f
Signed by: lda
GPG Key ID: 6898757653ABE3E6
1 changed files with 0 additions and 2 deletions

View File

@ -116,8 +116,6 @@ ROUTE_IMPL(RouteUserDirectory, path, argp)
* local server. */
users = DbList(db, 1, "users");
/* Offending line? */
config = ConfigLock(db);
if (!config)
{