diff --git a/parse/arrival-or-departure.js b/parse/arrival-or-departure.js index 65a5210f..9259a105 100644 --- a/parse/arrival-or-departure.js +++ b/parse/arrival-or-departure.js @@ -36,7 +36,7 @@ const createParseArrOrDep = (prefix) => { Object.defineProperty(res, 'canceled', {value: true}); } - if (opt.remarks || opt.meldungen) { + if (opt.remarks) { res.remarks = profile.parseRemarks(ctx, d); }