aboutsummaryrefslogtreecommitdiffstats
path: root/airspyhf/libairspyhf.py
diff options
context:
space:
mode:
Diffstat (limited to 'airspyhf/libairspyhf.py')
-rw-r--r--airspyhf/libairspyhf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/airspyhf/libairspyhf.py b/airspyhf/libairspyhf.py
index dada9f5..a287626 100644
--- a/airspyhf/libairspyhf.py
+++ b/airspyhf/libairspyhf.py
@@ -23,7 +23,7 @@ def load_libairspyhf():
driver = driver()
if driver is None:
continue
- print(driver)
+ #print("Search for driver named %s"%(driver))
try:
dll = CDLL(driver)
break