From 5e58417466a43f331a57365a755a07b93b7dbdbe Mon Sep 17 00:00:00 2001 From: Peter M Date: Mon, 11 Aug 2025 15:39:56 +0200 Subject: [PATCH] Remove missing avm_deps directory warning Confusing DX for beginners, and I honestly don't know/understand what it's for. So let's just remove the warning. Signed-off-by: Peter M --- lib/mix/tasks/packbeam.ex | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/mix/tasks/packbeam.ex b/lib/mix/tasks/packbeam.ex index b372f80..ce42c98 100644 --- a/lib/mix/tasks/packbeam.ex +++ b/lib/mix/tasks/packbeam.ex @@ -180,12 +180,6 @@ defmodule Mix.Tasks.Atomvm.Packbeam do {:ok, Path.join(prefix, "lib/AtomVM/ebin/")} else _ -> - IO.puts("No avm_deps directory found.") - - IO.puts( - "This message can be safely ignored when standard libraries are already flashed to lib partition." - ) - {:error, :no_avm_deps_path} end end