Skip to content

Commit

Permalink
refactor: remove disable Actions functionality for optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Seli0303 committed May 23, 2024
1 parent d2b31c3 commit 6551035
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Optimization } from '@/support/ors-api-runner'
import AppMode from '@/support/app-modes/app-mode'
import MapViewData from '@/models/map-view-data'
import constants from '@/resources/constants'
import appConfig from '@/config/app-config'
import Place from '@/models/place'
import Job from '@/models/job'
import Vehicle from '@/models/vehicle'
Expand Down Expand Up @@ -89,9 +88,6 @@ export default {
}
}
return skillIds
},
disabledActions () {
return appConfig.disabledActionsForOptimization
}
},
created () {
Expand Down

0 comments on commit 6551035

Please sign in to comment.