Skip to content

Commit

Permalink
Remove debug statement (#6228)
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth authored Nov 3, 2023
1 parent 99ba0a3 commit 7e3d8a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/realm-app-importer/src/AdminApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ export class AdminApiClient {
if (typeof body === "object") {
headers["content-type"] = "application/json";
}
console.log("FISK 111", { ...rest, body: JSON.stringify(body), headers, reactNative: { textStreaming: true } });
const response = await DefaultNetworkTransport.fetch(url, {
...rest,
body: JSON.stringify(body),
Expand Down

0 comments on commit 7e3d8a5

Please sign in to comment.