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 53e3259 commit 7a31f94Copy full SHA for 7a31f94
packages/compass-crud/src/stores/crud-store.ts
@@ -833,7 +833,6 @@ class CrudStoreImpl
833
* @param {Number} page - The page that is being shown.
834
*/
835
async getPage(page: number) {
836
- console.log('getPage');
837
const { ns, status, docsPerPage } = this.state;
838
839
if (page < 0) {
@@ -1561,7 +1560,6 @@ class CrudStoreImpl
1561
1560
* This function is called when the collection filter changes.
1562
1563
async refreshDocuments(onApply = false) {
1564
- console.log('refreshDocuments');
1565
if (this.dataService && !this.dataService.isConnected()) {
1566
this.logger.log.warn(
1567
mongoLogId(1_001_000_072),
0 commit comments