Removed debug sleep call.

This commit is contained in:
emb 2015-01-07 22:01:05 -06:00
parent 12c9668c8b
commit 48100b6465

View File

@ -160,8 +160,8 @@ bool CollectionDatabase::Import()
//std::cout << "Importing collection metadata for " << info->GetFullTitle() << " (collections." << info->GetName() << ")" << std::endl;
//ImportMetadata(info);
}
Logger::Write(Logger::ZONE_INFO, "Database", "COMPLETE");
Sleep(1000);
Logger::Write(Logger::ZONE_INFO, "Database", "Updating complete");
return retVal;
}