Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 19, 2023
1 parent a112731 commit 3afe5f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/infra/api/InoreaderAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export class InoreaderAPI {
const cache_buster_uuid = crypto.randomUUID();
const urlObject = new URL(requestObject.url, window.location.href);
urlObject.searchParams.set("cache_buster_uuid", cache_buster_uuid);
console.log("urlObject", urlObject.toString());
return userFetch(cache_buster_uuid.toString(), {
method: requestObject.method,
headers: headers,
Expand Down

0 comments on commit 3afe5f5

Please sign in to comment.