removed temp debug file

This commit is contained in:
McToel 2025-02-21 20:10:48 +01:00
parent aef022801e
commit a793642230

View file

@ -1,7 +0,0 @@
import {createClient} from './index.js';
import {profile} from './p/dbnav/index.js';
const client = createClient(profile, 'hafas-client-debug');
const journeys = await client.journeys('8000105', '8000261', {results: 1});
console.log(journeys);