Skip to content

Commit

Permalink
Remove Debug.WriteLine
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Jan 13, 2022
1 parent 2415a31 commit e039d31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ private void PingDrives()
Marshal.ThrowExceptionForHR(Marshal.GetHRForLastWin32Error());

handleValue.Close();

System.Diagnostics.Debug.WriteLine(lba);
}
}
catch { }
Expand Down

0 comments on commit e039d31

Please sign in to comment.