Remove a little debug code (oops...)

This commit is contained in:
sfan5 2016-08-09 17:36:43 +02:00
parent 6f1b8284f4
commit c79b5ac5ab
1 changed files with 0 additions and 1 deletions

View File

@ -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);