mirror of
https://github.com/minetest/minetestmapper.git
synced 2025-07-01 08:00:22 +02:00
Remove a little debug code (oops...)
This commit is contained in:
@ -187,7 +187,6 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
if(colors == "")
|
||||
colors = search_colors(input);
|
||||
std::cerr << "is at " << colors << std::endl;
|
||||
try {
|
||||
generator.parseColorsFile(colors);
|
||||
generator.generate(input, output);
|
||||
|
Reference in New Issue
Block a user