diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 1bb809f..70f836b 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -82,9 +82,6 @@ else if(system) defaultPlacementLocation = PlacementLocation.systemWide; - import std.conv; - logInfo("Using location: " ~ defaultPlacementLocation.to!string); - if( vverbose ) loglevel = LogLevel.debug_; else if( verbose ) loglevel = LogLevel.diagnostic; else if( vquiet ) loglevel = LogLevel.none;