]> git.e2factory.org Git - e2factory.git/commitdiff
e2-fetch-sources: remove two verbose warnings
authorTobias Ulmer <tu@emlix.com>
Thu, 19 Jan 2017 15:22:27 +0000 (16:22 +0100)
committerTobias Ulmer <tu@emlix.com>
Mon, 30 Jan 2017 13:33:34 +0000 (14:33 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2-fetch-sources.lua

index 23a16cc8ff2c50152f37467ade16c0c7bd2319ca..3351d38af1bbe39a569742bc5caa063dbe58c712 100644 (file)
@@ -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