Skip to content

Commit

Permalink
[#1612] Remove no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Aug 15, 2019
1 parent 11f5ea2 commit aed30ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/winston/transports/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,6 @@ module.exports = class File extends TransportStream {
// 'asc' or 'desc'
options.order = options.order || 'desc';

// which fields to select
options.fields = options.fields;

return options;
}
}
Expand Down

0 comments on commit aed30ab

Please sign in to comment.