Remove unnecessary prints
This commit is contained in:
@@ -24,7 +24,6 @@ void HFileGen::Create(const ConfigFile& conf)
|
||||
}
|
||||
}
|
||||
}
|
||||
LOG_INFO(conf.configPath);
|
||||
|
||||
std::ofstream os(conf.configPath + conf.srcdir+"/"+conf.hFile);
|
||||
os << "#pragma once" << std::endl << std::endl;
|
||||
|
||||
@@ -175,7 +175,6 @@ bool MakeGen(const std::string& filepath, unsigned int flags, const ConfigFile&
|
||||
FileUtils::CreateDirectory(conf.configPath + conf.outputdir);
|
||||
FileUtils::CreateDirectory(conf.configPath + conf.outputdir + "intermediates");
|
||||
}
|
||||
LOG_INFO(conf.configPath + conf.outputdir);
|
||||
return RunMake(filepath, flags, conf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user