1
0
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:
Christian Muehlhaeuser
2012-07-06 04:38:40 +02:00
parent 1a1106012b
commit 7030d43e32

View File

@@ -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() )
{