diff --git a/src/Hst.Imager.Core/Commands/CommandHelper.cs b/src/Hst.Imager.Core/Commands/CommandHelper.cs index 5574d2a..f813608 100644 --- a/src/Hst.Imager.Core/Commands/CommandHelper.cs +++ b/src/Hst.Imager.Core/Commands/CommandHelper.cs @@ -816,7 +816,6 @@ public virtual Result ResolveMedia(string path) // physical drive var physicalDrivePathMatch = Regexs.PhysicalDrivePathRegex.Match(physicalDrivePath); - Console.WriteLine($"path '{path}', physicalDrivePathMatch {physicalDrivePathMatch.Success}"); if (physicalDrivePathMatch.Success) { var physicalDriveMediaPath = physicalDrivePathMatch.Value;