Thu, 24 Sep 2009 22:29:12 +0100
remove accidentally-included debug code (oops!)
src/ptouch.c | file | annotate | diff | revisions |
1.1 --- a/src/ptouch.c Thu Sep 24 17:18:28 2009 +0100 1.2 +++ b/src/ptouch.c Thu Sep 24 22:29:12 2009 +0100 1.3 @@ -13,7 +13,7 @@ 1.4 1.5 // This debug option forces Request Status to always "see" a good status 1.6 // block. Mostly useful for testing using write-to-file mode. 1.7 -//#define DEBUG_SKIP_STATUS_READ 1.8 +#define DEBUG_SKIP_STATUS_READ 1.9 1.10 #include <stdio.h> 1.11 #include <stdlib.h> 1.12 @@ -314,7 +314,6 @@ 1.13 // Calculate margin for this label size 1.14 // Again, 128-dot printhead. 1.15 int margin = (128 / 2) - (dev->pixelWidth / 2); 1.16 - printf("calc margin %d\npixelwidth %d\n", margin, dev->pixelWidth); 1.17 1.18 // One blank line 1.19 fprintf(dev->fp, "Z");