Skip to content

Commit 7a31f94

Browse files
committed
cleanup
1 parent 53e3259 commit 7a31f94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/compass-crud/src/stores/crud-store.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ class CrudStoreImpl
833833
* @param {Number} page - The page that is being shown.
834834
*/
835835
async getPage(page: number) {
836-
console.log('getPage');
837836
const { ns, status, docsPerPage } = this.state;
838837

839838
if (page < 0) {
@@ -1561,7 +1560,6 @@ class CrudStoreImpl
15611560
* This function is called when the collection filter changes.
15621561
*/
15631562
async refreshDocuments(onApply = false) {
1564-
console.log('refreshDocuments');
15651563
if (this.dataService && !this.dataService.isConnected()) {
15661564
this.logger.log.warn(
15671565
mongoLogId(1_001_000_072),

0 commit comments

Comments
 (0)