Remove the commented out code

This commit is contained in:
Raymond Feng 2014-04-08 10:47:00 -07:00
parent fa003bb267
commit 3165cb8bcd
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ exports.initialize = function initializeDataSource(dataSource, callback) {
user: s.username || s.user,
password: s.password,
timezone: s.timezone,
// debug: s.debug || debug.enabled,
socketPath: s.socketPath,
charset: s.collation.toUpperCase(), // Correct by docs despite seeming odd.
supportBigNumbers: s.supportBigNumbers,