Skip to content

Commit

Permalink
Remove unnecessary Stop()
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMaster2 committed Dec 14, 2018
1 parent ebe6f4c commit 07b8c61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VASComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ private void TryStartScanner()
{
try
{
Scanner.Stop();
if (!string.IsNullOrEmpty(VideoDevice))
{
ScannerTemp();
Expand Down

0 comments on commit 07b8c61

Please sign in to comment.