forked from ddrilling/asb_cloud_front
Из сортировки WellTreeSelector удалён console.log
This commit is contained in:
parent
64246bd2fd
commit
a031ee9d8b
@ -70,7 +70,6 @@ const getWellSortScore = (well: WellDto) => {
|
||||
let out = [1, 2, 0][well.idState ?? 2]
|
||||
const timeout = Date.now() - +new Date(well.lastTelemetryDate || 0)
|
||||
if (timeout < 600_000) out += 600_000 - timeout
|
||||
console.log(well, out)
|
||||
return out
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user