Skip to content

Commit d239ebd

Browse files
committed
refactor
1 parent 4bfe67f commit d239ebd

File tree

1 file changed

+0
-1
lines changed
  • packages/svelte/src/compiler/phases/1-parse/read

1 file changed

+0
-1
lines changed

packages/svelte/src/compiler/phases/1-parse/read/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export function read_script(parser, start, attributes) {
3333
/** @type {Program} */
3434
let ast;
3535

36-
debugger;
3736
try {
3837
ast = acorn.parse(source, parser.ts, true);
3938
} catch (err) {

0 commit comments

Comments
 (0)