diff --git a/lib/discovery.js b/lib/discovery.js index 7ee5beb0..49844862 100644 --- a/lib/discovery.js +++ b/lib/discovery.js @@ -298,7 +298,6 @@ function mixinDiscovery(MySQL, mysql) { return sql; }; - /** * Build query to determine is strict mode */ @@ -423,5 +422,4 @@ function mixinDiscovery(MySQL, mysql) { MySQL.prototype.setNullableProperty = function(r) { r.nullable = r.nullable ? 'Y' : 'N'; }; - }