Skip to content

Commit

Permalink
Remove commented code from groupFileTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Oct 4, 2018
1 parent 7ada57e commit 1403cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validators/bids/groupFileTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const groupFileTypes = (fileList, options) => {
invalid: [],
}
sortFiles(fileList, options, files)
// reportFileTypeCounts(files)
return files
}

Expand Down

0 comments on commit 1403cbe

Please sign in to comment.