mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
CMTA: Removed VBB profile leftovers
This commit is contained in:
parent
50de71b6f4
commit
810aa53e1e
1 changed files with 0 additions and 8 deletions
|
@ -1,11 +1,5 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const shorten = require('vbb-short-station-name')
|
|
||||||
const {to12Digit, to9Digit} = require('vbb-translate-ids')
|
|
||||||
const parseLineName = require('vbb-parse-line')
|
|
||||||
const parseTicket = require('vbb-parse-ticket')
|
|
||||||
const getStations = require('vbb-stations')
|
|
||||||
|
|
||||||
const _createParseLine = require('../../parse/line')
|
const _createParseLine = require('../../parse/line')
|
||||||
const _parseLocation = require('../../parse/location')
|
const _parseLocation = require('../../parse/location')
|
||||||
const _createParseJourney = require('../../parse/journey')
|
const _createParseJourney = require('../../parse/journey')
|
||||||
|
@ -56,5 +50,3 @@ const cmtaProfile = {
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = cmtaProfile
|
module.exports = cmtaProfile
|
||||||
|
|
||||||
module.exports = vbbProfile
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue