diff mbox series

[V2,1/7] downloader: drop unuseful marker when dwl is started

Message ID 20201026140342.147578-1-sbabic@denx.de
State Accepted
Headers show
Series [V2,1/7] downloader: drop unuseful marker when dwl is started | expand

Commit Message

Stefano Babic Oct. 26, 2020, 2:03 p.m. UTC
Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 corelib/downloader.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/corelib/downloader.c b/corelib/downloader.c
index fc754fa..462d379 100644
--- a/corelib/downloader.c
+++ b/corelib/downloader.c
@@ -47,7 +47,6 @@  static RECOVERY_STATUS download_from_url(channel_data_t* channel_data)
 	}
 
 	TRACE("Image download started : %s", channel_data->url);
-	notify(DOWNLOAD, 0, INFOLEVEL, NULL);
 
 	RECOVERY_STATUS result = SUCCESS;
 	channel_op_res_t chanresult = channel->get_file(channel, channel_data);