Commit 5da90d86 authored by Andrey's avatar Andrey

removed debug print.

parent fad5484c
......@@ -371,8 +371,6 @@ class Printer {
const int lineHeight = highDensityVertical ? 3 : 1;
final List<List<int>> blobs = _toColumnFormat(imageRotated, lineHeight * 8);
print(blobs.length);
print(blobs[0].length);
final int heightPx = imageRotated.height;
const int densityByte =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment