Skip to content

Commit 06c6f1b

Browse files
committed
removing warnings
1 parent ff5d60d commit 06c6f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

can-query-logic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ canReflect.assign(QueryLogic.prototype,{
9696

9797
// identity keys
9898
identityKeys: function(){
99-
console.warn("you probably can get the identity keys some other way");
99+
//console.warn("you probably can get the identity keys some other way");
100100
return this.schema.identity;
101101
},
102102

@@ -132,7 +132,7 @@ canReflect.assign(QueryLogic.prototype,{
132132
},
133133

134134
memberIdentity: function(props) {
135-
console.warn("you probably can get the member identity some other way");
135+
// console.warn("you probably can get the member identity some other way");
136136
return canReflect.getIdentity(props, this.schema);
137137
},
138138
index: function(query, items, props){

0 commit comments

Comments
 (0)