diff options
Diffstat (limited to 'airspyhf')
-rw-r--r-- | airspyhf/libairspyhf.py | 2 |
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 |