Skip to content

Commit 85a4b2f

Browse files
committed
removed redundant if
1 parent 3cd6af5 commit 85a4b2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sonar.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ var sonar = {
139139
r = 0;
140140
} else {
141141
r = 8 - (range - tmp * 8);
142-
if ( r < 0 ){
143-
r = 8;
144-
}
145142
}
146143

147144
// Calculate minimum and maximum of IP range for the current part

0 commit comments

Comments
 (0)