Skip to content

Commit

Permalink
chore: rm console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Jan 17, 2025
1 parent f7fcb37 commit f461b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/transport/blocks/src/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export class RemoteBlocks implements IBlocks {
from?: string,
) {
if (!from) {
console.trace("No from in handleFetchRequest");
logger.warn("No from in handleFetchRequest");
return;
}
Expand Down

0 comments on commit f461b9a

Please sign in to comment.