Skip to content

Commit

Permalink
fix: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Mar 24, 2018
1 parent e2df7d2 commit a27a83c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ export default class Profile {
});

const ext = request.file && path.extname(request.file).substr(1);
if (!ext || !ext.length) {
console.log(request);
}
addToStat(extStats, ext && ext.length ? ext : 'unknown', 1, time);
});

Expand Down

0 comments on commit a27a83c

Please sign in to comment.