Browse Source

chore(nocodb): remove console.log

pull/5430/head
Wing-Kam Wong 2 years ago
parent
commit
52bad89314
  1. 1
      packages/nocodb/src/lib/cache/RedisCacheMgr.ts

1
packages/nocodb/src/lib/cache/RedisCacheMgr.ts vendored

@ -173,7 +173,6 @@ export default class RedisCacheMgr extends CacheMgr {
// Set NONE here so that it won't hit the DB on each page load
return this.set(listKey, ['NONE']);
}
console.log('HERE');
return Promise.resolve(true);
}
// fetch existing list

Loading…
Cancel
Save