Skip to content

Commit c1d940f

Browse files
remove print (#438)
1 parent f27dc9a commit c1d940f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stac_fastapi/api/stac_fastapi/api/middleware.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:
6767
await self.app(scope, receive, send)
6868

6969
def _get_forwarded_url_parts(self, scope: Scope) -> Tuple[str]:
70-
print(scope)
7170
proto = scope.get("scheme", "http")
7271
header_host = self._get_header_value_by_name(scope, "host")
7372
if header_host is None:

0 commit comments

Comments
 (0)