Oops, remove extra console.log statement!
This commit is contained in:
parent
5865157a1b
commit
cdf2c66686
1 changed files with 0 additions and 3 deletions
|
@ -187,9 +187,6 @@ const buildTradeMatchesLoader = (db) =>
|
||||||
e.currentUserId === currentUserId &&
|
e.currentUserId === currentUserId &&
|
||||||
e.direction === direction
|
e.direction === direction
|
||||||
);
|
);
|
||||||
if (entity && entity.publicUserId == "26378") {
|
|
||||||
console.log(entity);
|
|
||||||
}
|
|
||||||
return entity ? entity.itemIds.split(",") : [];
|
return entity ? entity.itemIds.split(",") : [];
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue