removed some extra diagnostics

This commit is contained in:
Dave White 2003-10-04 22:49:39 +00:00
parent 336aaeb746
commit b93e74f096

View File

@ -90,7 +90,6 @@ void internal_preprocess_file(const std::string& fname,
int depth, std::vector<char>& res, int depth, std::vector<char>& res,
std::vector<line_source>* lines_src, int& line) std::vector<line_source>* lines_src, int& line)
{ {
log_scope("internal preprocess");
//if it's a directory, we process all files in the directory //if it's a directory, we process all files in the directory
//that end in .cfg //that end in .cfg
if(is_directory(fname)) { if(is_directory(fname)) {