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
No related branches found
No related tags found
No related merge requests found
...@@ -389,7 +389,6 @@ function output(str, font) { ...@@ -389,7 +389,6 @@ function output(str, font) {
var margin = this.opt && opt.margin ? opt.margin : 0; var margin = this.opt && opt.margin ? opt.margin : 0;
var padding = margin; var padding = margin;
writeln("Padding: " + padding);
var justify = this.opt ? opt.justify : LEFT_JUSTIFY; var justify = this.opt ? opt.justify : LEFT_JUSTIFY;
// Calculate padding for justification // Calculate padding for justification
if (justify === CENTER_JUSTIFY) { 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