We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b35b15 commit 8285a98Copy full SHA for 8285a98
1 file changed
examples/app-react-crud/src/mocks/createKernel.ts
@@ -83,7 +83,7 @@ export async function createKernel(options: KernelOptions) {
83
const keys = Object.keys(filters).filter(k => !reserved.includes(k));
84
85
if (keys.length > 0) {
86
- console.log('[BrokerShim debug] Applying filters:', keys);
+ // console.log('[BrokerShim debug] Applying filters:', keys);
87
all = all.filter((item: any) => {
88
return keys.every(k => {
89
// Loose equality check
0 commit comments