Skip to content

Commit

Permalink
Remove a little debug code (oops...)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Aug 9, 2016
1 parent 6f1b828 commit c79b5ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mapper.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit c79b5ac

Please sign in to comment.