Remove console.log

This commit is contained in:
Raymond Feng 2013-10-08 14:03:19 -07:00
parent 84b38b75cc
commit 721e680bc3
1 changed files with 0 additions and 2 deletions

View File

@ -359,8 +359,6 @@ function mixinDiscovery(MySQL) {
} }
sql += ' order by a.table_schema, a.table_name, a.ordinal_position'; sql += ' order by a.table_schema, a.table_name, a.ordinal_position';
console.log(sql);
return sql; return sql;
} }