mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
refactor(): removed commented out code
This commit is contained in:
parent
4b8f2aeb36
commit
28f890e42f
@ -46,7 +46,7 @@ function ($, core) {
|
||||
return middle;
|
||||
} else if (series.data[middle][0] < posX) {
|
||||
lower = middle + 1;
|
||||
} else { //if (series.data[middle][0] > posX) {
|
||||
} else {
|
||||
upper = middle - 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user