Skip to content

Commit

Permalink
chore: Remove useless error
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 2, 2024
1 parent ef064de commit f7c3c26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/consumer/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import type {Gobbler, NonEmptyString} from 'src/skeleton/types';

import {ok} from 'node:assert';

import {search} from 'src/consumer/search';
import {mtre} from 'src/symbols';

Expand Down Expand Up @@ -47,8 +45,6 @@ export const skip: Gobbler = (content, [start, end], token, i) => {
: [from, from];
}

ok(to <= end, `skip aaaaaaaa end: ${to} <= ${end}`);

return [from, to];
};

Expand Down

0 comments on commit f7c3c26

Please sign in to comment.