Skip to content

Commit

Permalink
Turn debug mode of for ComplexImageOutputRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrybig committed Apr 7, 2019
1 parent 6fae076 commit 96fb402
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@
*/
public class ComplexImageOutputRenderer extends SimpleRenderer {

private static final boolean DEBUG = true;
private static final boolean DEBUG = false;

@Nonnull
private final Path outputDir;
Expand Down

0 comments on commit 96fb402

Please sign in to comment.