diff --git a/src/haxelib/api/Installer.hx b/src/haxelib/api/Installer.hx index 36d0a9a4..577f127b 100644 --- a/src/haxelib/api/Installer.hx +++ b/src/haxelib/api/Installer.hx @@ -799,10 +799,6 @@ class Installer { if (url != null && libUrl != null && url != libUrl) { - if (!userInterface.confirm('Update remote url: "${libUrl}" with "${url}"')) { - userInterface.log('Library $library $id repository url remains at "${libUrl}"'); - return; - } FsUtils.deleteRec(libPath); doVcsClone(); }