Skip to content

Commit

Permalink
Removed some overly verbose debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 25, 2014
1 parent 7124036 commit a3ead1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/addon/addon_manager.cpp
Expand Up @@ -340,7 +340,6 @@ AddonManager::scan_for_info(const std::string& archive_os_path) const
PHYSFS_freeList);
for(char** j = rc2.get(); *j != 0; ++j)
{
log_debug << "enumerating: " << std::string(*j) << std::endl;
if (has_suffix(*j, ".nfo"))
{
std::string nfo_filename = FileSystem::join("/", *j);
Expand All @@ -353,7 +352,6 @@ AddonManager::scan_for_info(const std::string& archive_os_path) const
}
else
{
log_debug << "compare: " << realdir << " " << archive_os_path << std::endl;
if (realdir == archive_os_path)
{
return nfo_filename;
Expand Down

0 comments on commit a3ead1c

Please sign in to comment.