Skip to content

Commit 2327106

Browse files
committed
remove comment
1 parent b9df088 commit 2327106

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/database/src/core/view/QueryParams.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ export class QueryParams {
178178
return !(this.startSet_ || this.endSet_ || this.limitSet_);
179179
}
180180

181-
/**
182-
* What does isDefault() mean?
183-
*/
184181
isDefault(): boolean {
185182
return this.loadsAllData() && this.index_ === PRIORITY_INDEX;
186183
}

0 commit comments

Comments
 (0)