Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web: Fix hosted uploads #4542

Merged
merged 3 commits into from
Mar 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove stray log
latter-bolden committed Mar 19, 2025
commit dc8e5235331fb4f59aa5d1d41dff099f61ce2a95
1 change: 0 additions & 1 deletion packages/shared/src/api/urbit.ts
Original file line number Diff line number Diff line change
@@ -132,7 +132,6 @@ export function internalConfigureClient({
onQuitOrReset,
onChannelStatusChange,
}: ClientParams) {
console.log('bl: internally configuring client', { shipName, shipUrl });
config.client = config.client || new Urbit(shipUrl, '', '', fetchFn);
config.client.verbose = verbose;
config.client.nodeId = preSig(shipName);