Skip to content

Commit 7fbe0af

Browse files
remove logs
1 parent edcdb43 commit 7fbe0af

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes will be documented in this file.
44

5+
## [0.2.1]
6+
7+
### Fixed
8+
9+
- Removed log from `readByQuery`
10+
11+
---
12+
513
## [0.2.0]
614

715
### Added

src/feed/feed.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export class Feed<Schema> {
6464

6565
if (response.nextLink && response.nextLink?.length > 0) {
6666
const { search, pathname } = parseURL(response.nextLink);
67-
console.log({ pathname });
6867
// parsePath.search returns '?key=value', '?' must be stripped for the query
6968
query = search.slice(1);
7069
nextPath = pathname;

0 commit comments

Comments
 (0)