Skip to content
Snippets Groups Projects
Commit f1a9f946 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove accidental debug output

parent ece91511
Branches
No related tags found
No related merge requests found
......@@ -389,7 +389,6 @@ function output(str, font) {
var margin = this.opt && opt.margin ? opt.margin : 0;
var padding = margin;
writeln("Padding: " + padding);
var justify = this.opt ? opt.justify : LEFT_JUSTIFY;
// Calculate padding for justification
if (justify === CENTER_JUSTIFY) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment