Skip to content

Commit c79b5ac

Browse files
committedAug 9, 2016
Remove a little debug code (oops...)
1 parent 6f1b828 commit c79b5ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎mapper.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ int main(int argc, char *argv[])
187187
}
188188
if(colors == "")
189189
colors = search_colors(input);
190-
std::cerr << "is at " << colors << std::endl;
191190
try {
192191
generator.parseColorsFile(colors);
193192
generator.generate(input, output);

0 commit comments

Comments
 (0)
Please sign in to comment.