David PHAM-VAN

Remove debug print statements

@@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
4 4
5 - Fix Compressed Cross-Reference ID 5 - Fix Compressed Cross-Reference ID
6 - Fix exif orientation [deepak786] 6 - Fix exif orientation [deepak786]
  7 +- Remove debug print statements
7 8
8 ## 3.8.1 9 ## 3.8.1
9 10
@@ -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!,