diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 500436e..f6d5f0a 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -223,7 +223,6 @@ return 1; } catch (Throwable e) { - logError("Error executing command %s:", cmd.name); logError("%s", e.msg); logDebug("Full exception: %s", e.toString().sanitize); return 2;