Skip to content

Commit

Permalink
remove windows log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Dec 23, 2020
1 parent 750ff63 commit f723218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flirpy/camera/boson.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def find_video_device(self):
if sys.platform.startswith('win32'):
device_check_path = pkg_resources.resource_filename('flirpy', 'bin/find_cameras.exe')
device_id = int(subprocess.check_output([device_check_path, "FLIR Video"]).decode())
self.logger.info("Device ID: {}".format(device_id))

if device_id >= 0:
return device_id

Expand Down

0 comments on commit f723218

Please sign in to comment.