Skip to content

Commit

Permalink
Stop silencing Express multipart warning, since we don't use Express …
Browse files Browse the repository at this point in the history
…multipart anymore.

Three cheers for Skipper!
closes balderdashy#2055
  • Loading branch information
sgress454 committed Aug 4, 2014
1 parent 1123a5a commit 90f7799
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bin/sails-console.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ module.exports = function() {
var sails = Sails();
sails.lift(_.merge({}, rconf, {

// Silence annoying warning
// (if you're in the REPL, you already know.)
express: {
silenceMultipartWarning: true
},

// Disable ASCII ship to keep from dirtying things up
log: {
noShip: true
Expand Down

0 comments on commit 90f7799

Please sign in to comment.