Skip to content

Commit 591732b

Browse files
committed
2.1.10beta18
1 parent 7887265 commit 591732b

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbit",
3-
"version": "2.1.10beta16",
3+
"version": "2.1.10beta18",
44
"private": true,
55
"packageManager": "pnpm@10.18.2",
66
"scripts": {

proxy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function isPublic(pathname: string) {
1414

1515
function internalUrl(path: string): string {
1616
const base = process.env.PLANETARY_CLOUD_URL || process.env.NEXTAUTH_URL || "http://localhost:3000";
17-
console.log("Internal URL base:", base);
1817
return `${base.replace(/\/$/, "")}${path}`;
1918
}
2019

0 commit comments

Comments
 (0)