不要怂,就是干,撸起袖子干!

Commit 296876d8 by Mick Hansen

Merge pull request #1010 from mex/master

Disables logging by default
2 parents d987f037 2ba4c55a
Showing with 1 additions and 1 deletions
......@@ -79,7 +79,7 @@ module.exports = (function() {
define: {},
query: {},
sync: {},
logging: console.log,
logging: false,
omitNull: false,
queue: true,
native: false,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!