Merge ba96ac72d8
into 359a6a5762
This commit is contained in:
commit
e3fb21e966
|
@ -31,7 +31,7 @@ function Connector(options) {
|
|||
EventEmitter.apply(this, arguments);
|
||||
this.options = options;
|
||||
|
||||
debug('created with options', options);
|
||||
debug('created connector');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1698,8 +1698,8 @@ module.exports = function(registry) {
|
|||
if (debug.enabled) {
|
||||
debug('rectifyOnSave %s -> ' + (id ? 'id %j' : '%s'),
|
||||
ctx.Model.modelName, id ? id : 'ALL');
|
||||
debug('context instance:%j currentInstance:%j where:%j data %j',
|
||||
ctx.instance, ctx.currentInstance, ctx.where, ctx.data);
|
||||
debug('context instance:%j currentInstance:%j where:%j',
|
||||
ctx.instance, ctx.currentInstance, ctx.where);
|
||||
}
|
||||
|
||||
if (id) {
|
||||
|
|
Loading…
Reference in New Issue