Skip to content

Commit e81bdae

Browse files
Debug message remove
1 parent 698dcb4 commit e81bdae

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/client/js/output/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,6 @@ export function getLineByIndex (index) {
411411

412412
let toPush = Math.max(index - lines.length + 1, 0);
413413

414-
if (index > 100)
415-
throw new Error(`Petuh inc.`);
416-
417414
if (toPush > 0)
418415
pushLines(toPush);
419416

0 commit comments

Comments
 (0)