git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.18@678646 13f79535-47bb-0310-9956-ffa450edef68
@@ -777,6 +777,8 @@ Release 0.18.0 - Unreleased
HADOOP-3794. Return modification time instead of zero for KosmosFileSystem.
(Sriram Rao via cdouglas)
+ HADOOP-3806. Remove debug statement to stdout from QuickSort. (cdouglas)
+
Release 0.17.2 - Unreleased
BUG FIXES
@@ -75,7 +75,6 @@ public final class QuickSort implements IndexedSorter {
}
if (--depth < 0) {
// give up
- System.out.print("H");
alt.sort(s, p, r, rep);
return;