mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 20:45:29 -04:00
#490: Minor debug cleanup.
This commit is contained in:
parent
d3249dc3d5
commit
167686bdea
@ -97,7 +97,7 @@ public final class AdobePathWriter {
|
|||||||
|
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
System.out.println("segmentType: " + segmentType);
|
System.out.println("segmentType: " + segmentType);
|
||||||
System.err.println("coords: " + Arrays.toString(coords));
|
System.out.println("coords: " + Arrays.toString(coords));
|
||||||
}
|
}
|
||||||
|
|
||||||
// We write collinear points as linked segments
|
// We write collinear points as linked segments
|
||||||
@ -172,8 +172,8 @@ public final class AdobePathWriter {
|
|||||||
|
|
||||||
public void writePath(final DataOutput output) throws IOException {
|
public void writePath(final DataOutput output) throws IOException {
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
System.err.println("segments: " + segments.size());
|
System.out.println("segments: " + segments.size());
|
||||||
System.err.println(segments);
|
System.out.println(segments);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (AdobePathSegment segment : segments) {
|
for (AdobePathSegment segment : segments) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user