Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
#378: removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hugbug committed May 16, 2017
1 parent cf3985f commit e40e317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/queue/QueueCoordinator.cpp
Expand Up @@ -58,7 +58,6 @@ void QueueCoordinator::CoordinatorDownloadQueue::Save()
return;
}

info("DEBUG: Saving queue");
if (g_Options->GetSaveQueue() && g_Options->GetServerMode())
{
g_DiskState->SaveDownloadQueue(this, m_historyChanged);
Expand Down

0 comments on commit e40e317

Please sign in to comment.