From: Tobias Ulmer Date: Thu, 19 Jan 2017 15:22:27 +0000 (+0100) Subject: e2-fetch-sources: remove two verbose warnings X-Git-Tag: e2factory-2.3.17~72 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=f520f51f40be6f76d2a3121f2d51115b896a0f0c;p=e2factory.git e2-fetch-sources: remove two verbose warnings Signed-off-by: Tobias Ulmer --- 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