mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
* Disable a bit of debug.
This commit is contained in:
@@ -225,6 +225,7 @@ ACLRegistryImpl::queueNextJob()
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
void
|
||||
ACLRegistryImpl::wipeEntries()
|
||||
{
|
||||
@@ -232,6 +233,7 @@ ACLRegistryImpl::wipeEntries()
|
||||
save();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
ACLRegistryImpl::load()
|
||||
{
|
||||
@@ -244,7 +246,6 @@ ACLRegistryImpl::load()
|
||||
tLog() << Q_FUNC_INFO << "entry is invalid";
|
||||
continue;
|
||||
}
|
||||
tLog() << Q_FUNC_INFO << "loading entry";
|
||||
ACLRegistry::User entryUser = entry.value< ACLRegistry::User >();
|
||||
if ( entryUser.knownAccountIds.empty() || entryUser.knownDbids.empty() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user