Skip to content

Commit

Permalink
Not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Oct 15, 2023
1 parent 4dc6cd9 commit 81d5c44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ChromiumHtmlToPdfLib/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ public int? ChromiumProcessId
if (!IsChromiumRunning)
return null;

_chromiumProcess.Refresh();
return _chromiumProcess.Id;
}
}
Expand Down

0 comments on commit 81d5c44

Please sign in to comment.