This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 2be57a13a Remove debug breakpoint code
2be57a13a is described below
commit 2be57a13a5b9dc807f959dd346bbd20366456311
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 25 10:00:48 2024 -0400
Remove debug breakpoint code
---
.../java/org/apache/commons/compress/harmony/pack200/BandSet.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/src/main/java/org/apache/commons/compress/harmony/pack200/BandSet.java
b/src/main/java/org/apache/commons/compress/harmony/pack200/BandSet.java
index 55a113d3b..dab1eb3d6 100644
--- a/src/main/java/org/apache/commons/compress/harmony/pack200/BandSet.java
+++ b/src/main/java/org/apache/commons/compress/harmony/pack200/BandSet.java
@@ -292,10 +292,6 @@ public abstract class BandSet {
codecFamiliesToTry.add(CanonicalCodecFamilies.deltaUnsignedCodecs4);
codecFamiliesToTry.add(CanonicalCodecFamilies.deltaUnsignedCodecs5);
}
- if (name.equalsIgnoreCase("cpint")) {
- System.out.print("");
- }
-
for (final BHSDCodec[] family : codecFamiliesToTry) {
tryCodecs(name, band, defaultCodec, bandData, results, encoded,
family);
if (timeToStop(results)) {