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