diff options
-rw-r--r-- | xxxterm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c index e77375a..e3e1542 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -4731,8 +4731,6 @@ download_status_changed_cb(WebKitDownload *download, GParamSpec *spec, if (status != WEBKIT_DOWNLOAD_STATUS_FINISHED) return; - show_oops(NULL, "Finished downloading %s", - webkit_download_get_suggested_filename(download)); file = webkit_download_get_destination_uri(download); if (file == NULL) return; |