Skip to content

Commit

Permalink
Accidental left over comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferbaxter committed Jan 14, 2020
1 parent 084db97 commit 069ce4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parsing/preserve-default-export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function PreserveDefault(
const [leftStart]: Range = assignmentExpression.left.range as Range;
const [rightStart]: Range = assignmentExpression.right.range as Range;

// console.log(code.substring(leftStart, rightStart));
source.overwrite(leftStart, rightStart, 'export default ');

return false;
Expand Down

0 comments on commit 069ce4e

Please sign in to comment.