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