Skip to content

Commit 38ee970

Browse files
committed
Remove needless cout
1 parent 4e66bda commit 38ee970

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

21/1.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ class Solution {
2424
}
2525
ListNode *current = ret;
2626

27-
cout << current->val << endl;
28-
2927
while(list1 != nullptr || list2 != nullptr){
3028
if(list1 == nullptr){
3129
current->next = list2;

0 commit comments

Comments
 (0)