Remove the commented out code
This commit is contained in:
parent
fa003bb267
commit
3165cb8bcd
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue