Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Åström committed Oct 26, 2017
1 parent a4fe6f1 commit 42575d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const browser = {
});
},
handler(argv) {
debugger;
const files = utils.getFiles(argv.glob);
if (!files.length) {
console.log('No files found for:', argv.glob);
Expand Down

0 comments on commit 42575d0

Please sign in to comment.