1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +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 #endif
void void
ACLRegistryImpl::wipeEntries() ACLRegistryImpl::wipeEntries()
{ {
@@ -232,6 +233,7 @@ ACLRegistryImpl::wipeEntries()
save(); save();
} }
void void
ACLRegistryImpl::load() ACLRegistryImpl::load()
{ {
@@ -244,7 +246,6 @@ ACLRegistryImpl::load()
tLog() << Q_FUNC_INFO << "entry is invalid"; tLog() << Q_FUNC_INFO << "entry is invalid";
continue; continue;
} }
tLog() << Q_FUNC_INFO << "loading entry";
ACLRegistry::User entryUser = entry.value< ACLRegistry::User >(); ACLRegistry::User entryUser = entry.value< ACLRegistry::User >();
if ( entryUser.knownAccountIds.empty() || entryUser.knownDbids.empty() ) if ( entryUser.knownAccountIds.empty() || entryUser.knownDbids.empty() )
{ {