From 721e680bc3e27840f93226527f9b0a7b9b38b247 Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Tue, 8 Oct 2013 14:03:19 -0700 Subject: [PATCH] Remove console.log --- lib/discovery.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/discovery.js b/lib/discovery.js index 57038cf..b238a43 100644 --- a/lib/discovery.js +++ b/lib/discovery.js @@ -359,8 +359,6 @@ function mixinDiscovery(MySQL) { } sql += ' order by a.table_schema, a.table_name, a.ordinal_position'; - console.log(sql); - return sql; }