We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcdb43 commit 7fbe0afCopy full SHA for 7fbe0af
2 files changed
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes will be documented in this file.
4
5
+## [0.2.1]
6
+
7
+### Fixed
8
9
+- Removed log from `readByQuery`
10
11
+---
12
13
## [0.2.0]
14
15
### Added
src/feed/feed.ts
@@ -64,7 +64,6 @@ export class Feed<Schema> {
64
65
if (response.nextLink && response.nextLink?.length > 0) {
66
const { search, pathname } = parseURL(response.nextLink);
67
- console.log({ pathname });
68
// parsePath.search returns '?key=value', '?' must be stripped for the query
69
query = search.slice(1);
70
nextPath = pathname;
0 commit comments