mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
CMTA: Cleanup
This commit is contained in:
parent
810aa53e1e
commit
980eaa3b6e
1 changed files with 0 additions and 7 deletions
|
@ -1,10 +1,5 @@
|
|||
'use strict'
|
||||
|
||||
const _createParseLine = require('../../parse/line')
|
||||
const _parseLocation = require('../../parse/location')
|
||||
const _createParseJourney = require('../../parse/journey')
|
||||
const _createParseDeparture = require('../../parse/departure')
|
||||
const _formatStation = require('../../format/station')
|
||||
const createParseBitmask = require('../../parse/products-bitmask')
|
||||
const createFormatBitmask = require('../../format/products-bitmask')
|
||||
|
||||
|
@ -27,8 +22,6 @@ const defaultProducts = {
|
|||
rail: true
|
||||
}
|
||||
|
||||
const formatBitmask = createFormatBitmask(modes)
|
||||
|
||||
const formatProducts = (products) => {
|
||||
products = Object.assign(Object.create(null), defaultProducts, products)
|
||||
return {
|
||||
|
|
Loading…
Add table
Reference in a new issue