From f520f51f40be6f76d2a3121f2d51115b896a0f0c Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Thu, 19 Jan 2017 16:22:27 +0100 Subject: [PATCH] e2-fetch-sources: remove two verbose warnings Signed-off-by: Tobias Ulmer --- local/e2-fetch-sources.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/local/e2-fetch-sources.lua b/local/e2-fetch-sources.lua index 23a16cc..3351d38 100644 --- a/local/e2-fetch-sources.lua +++ b/local/e2-fetch-sources.lua @@ -65,10 +65,6 @@ local function e2_fetch_source(arg) if not (opts.fetch or opts.update) then opts.fetch = true - e2lib.warn("WOTHER", "Selecting fetch by default") - end - if opts.all then - e2lib.warn("WOTHER", "--all selects all sources, even files sources") end if #arguments > 0 then opts.selection = true -- 2.39.5