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

Commit 609295b0 by Jan Aagaard Meier

stray console.log

1 parent fade4570
Showing with 0 additions and 2 deletions
......@@ -74,8 +74,6 @@ module.exports = (function() {
if (reads >= self.config.replication.reads.length) reads = 0;
var config = self.config.replication.reads[reads++];
require('util').debug(JSON.stringify(config));
var connection = mysql.createConnection(config)
self.isConnecting = false
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!