Skip to content

Commit

Permalink
Remove redundant conditional that doesn't affect outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
jmm authored and domenic committed Dec 19, 2014
1 parent 0974303 commit 627e999
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function compileFile(file, src) {
var compiled;
compiled = compile(file, src, exports.traceurOverrides);
if (compiled.error) throw new Error(compiled.error);
if (!compiled.sourcemap) return compiled.source;

return compiled.source;
}
Expand Down

0 comments on commit 627e999

Please sign in to comment.