Browse Source

BUG: Removed stray debugging statement.

Brad King 18 years ago
parent
commit
340468a090
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Source/cmLocalGenerator.cxx

+ 0 - 3
Source/cmLocalGenerator.cxx

@@ -1184,7 +1184,6 @@ const char* cmLocalGenerator::GetIncludeFlags(const char* lang)
     flags[flags.size()-1] = ' ';
     flags[flags.size()-1] = ' ';
     }
     }
   std::string defineFlags = this->Makefile->GetDefineFlags();
   std::string defineFlags = this->Makefile->GetDefineFlags();
-  std::cout << defineFlags << "\n";
   this->FixDefineFlags(defineFlags, lang);
   this->FixDefineFlags(defineFlags, lang);
   flags += defineFlags;
   flags += defineFlags;
   this->LanguageToIncludeFlags[lang] = flags;
   this->LanguageToIncludeFlags[lang] = flags;
@@ -1228,8 +1227,6 @@ void cmLocalGenerator::FixDefineFlags(std::string& flags,
   flags = fixedFlags;
   flags = fixedFlags;
 }
 }
 
 
-                                             
-                                             
 //----------------------------------------------------------------------------
 //----------------------------------------------------------------------------
 void cmLocalGenerator::GetIncludeDirectories(std::vector<std::string>& dirs,
 void cmLocalGenerator::GetIncludeDirectories(std::vector<std::string>& dirs,
                                              bool filter_system_dirs)
                                              bool filter_system_dirs)