mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
remove IBO print
This commit is contained in:
parent
bfa147b292
commit
8d0e9eb45f
@ -10,7 +10,6 @@ import threading
|
|||||||
import PySimpleGUI as sg
|
import PySimpleGUI as sg
|
||||||
import sys
|
import sys
|
||||||
import urllib.request
|
import urllib.request
|
||||||
|
|
||||||
import webbrowser
|
import webbrowser
|
||||||
|
|
||||||
os.system('color') # init ANSI color
|
os.system('color') # init ANSI color
|
||||||
|
|||||||
@ -212,7 +212,6 @@ class IntensityBasedOpeness:
|
|||||||
|
|
||||||
if newval_flg:
|
if newval_flg:
|
||||||
# Do the same thing as in the original version.
|
# Do the same thing as in the original version.
|
||||||
print('[INFO] [IBO] Something went wrong')
|
|
||||||
eyeopen = 0.9
|
eyeopen = 0.9
|
||||||
else:
|
else:
|
||||||
maxp = self.data[int_y, int_x]
|
maxp = self.data[int_y, int_x]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user