Skip to content

Commit

Permalink
Remove console debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstengaard committed Aug 4, 2023
1 parent e49dce7 commit 587242b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Hst.Imager.Core/Commands/CommandHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ public virtual Result<MediaResult> 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;
Expand Down

0 comments on commit 587242b

Please sign in to comment.