Showing
2 changed files
with
1 additions
and
1 deletions
@@ -42,7 +42,6 @@ mixin PdfDiagnostic { | @@ -42,7 +42,6 @@ mixin PdfDiagnostic { | ||
42 | if (_offset != null) { | 42 | if (_offset != null) { |
43 | final o = PdfStream(); | 43 | final o = PdfStream(); |
44 | _properties.forEach(o.putComment); | 44 | _properties.forEach(o.putComment); |
45 | - _properties.forEach(print); | ||
46 | final b = o.output(); | 45 | final b = o.output(); |
47 | os.setBytes( | 46 | os.setBytes( |
48 | _offset!, | 47 | _offset!, |
-
Please register or login to post a comment