Skip to content

Commit

Permalink
Removes leftover console logs from debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
spdustin authored Nov 22, 2023
1 parent adaafea commit 8b0ddc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoExpertChatGPTDebugHelper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
}

async fetchData(url, options = {}, needsAuth = false) {
console.log(`${this.baseUrl}/${url}`);
if (needsAuth) {
await this.fetchToken();
options.headers = {
Expand Down Expand Up @@ -296,7 +295,6 @@
if (response.headers.get("content-type") === "text/event-stream; charset=utf-8") {
logEventStream(response.clone());
}
console.log(response);
return response;
};

Expand Down

0 comments on commit 8b0ddc1

Please sign in to comment.