We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5d60d commit 06c6f1bCopy full SHA for 06c6f1b
can-query-logic.js
@@ -96,7 +96,7 @@ canReflect.assign(QueryLogic.prototype,{
96
97
// identity keys
98
identityKeys: function(){
99
- console.warn("you probably can get the identity keys some other way");
+ //console.warn("you probably can get the identity keys some other way");
100
return this.schema.identity;
101
},
102
@@ -132,7 +132,7 @@ canReflect.assign(QueryLogic.prototype,{
132
133
134
memberIdentity: function(props) {
135
- console.warn("you probably can get the member identity some other way");
+ // console.warn("you probably can get the member identity some other way");
136
return canReflect.getIdentity(props, this.schema);
137
138
index: function(query, items, props){
0 commit comments