Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 16aa638

Browse files
Remove print statement
1 parent 5b2f692 commit 16aa638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/main/java/com/bl/median_of_two_sorted_arrays/Solution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public double findMedianSortedArrays(int[] nums1, int[] nums2) {
101101
median = leftValue;
102102
}
103103

104-
System.out.printf("Returning median: %f%n", median);
105104
return median;
106105
}
107106

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /