about summary refs log tree commit diff stats
path: root/src/local/container.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/local/container.nim')
-rw-r--r--src/local/container.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/local/container.nim b/src/local/container.nim
index fc3384d9..a2b78aa5 100644
--- a/src/local/container.nim
+++ b/src/local/container.nim
@@ -1399,7 +1399,6 @@ proc applyResponse*(container: Container; response: Response) =
       container.config.referrerPolicy = referrerPolicy.get
   else:
     container.config.referrerPolicy = NO_REFERRER
-  container.setLoadInfo("Connected to " & $response.url & ". Downloading...")
   # setup content type; note that isSome means an override so we skip it
   if container.contentType.isNone:
     var contentType = response.getContentType()