Skip to content

Commit 4163d16

Browse files
author
Ritika Mishra
committed
removed unwanted line of code
1 parent cf01367 commit 4163d16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Connection.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ const Connection: React.FC<ConnectionProps> = ({
135135
const increaseValue = () => {
136136
if(currentValue < 10){
137137
setCurrentValue(currentValue + 1);
138-
console.log(currentValue);
139138
}
140139
};
141140

@@ -173,7 +172,6 @@ const Connection: React.FC<ConnectionProps> = ({
173172
if(currentValue > 1){
174173
setCurrentValue(currentValue - 1);
175174
}
176-
console.log(currentValue);
177175
};
178176

179177
const toggleShowAllChannels = () => {

0 commit comments

Comments
 (0)