mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 18:01:41 +00:00
removed some extra diagnostics
This commit is contained in:
parent
336aaeb746
commit
b93e74f096
@ -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)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user