Remove console.log
This commit is contained in:
parent
84b38b75cc
commit
721e680bc3
|
@ -359,8 +359,6 @@ function mixinDiscovery(MySQL) {
|
|||
}
|
||||
sql += ' order by a.table_schema, a.table_name, a.ordinal_position';
|
||||
|
||||
console.log(sql);
|
||||
|
||||
return sql;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue