OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
655 stars 110 forks source link

[Python] Remove the INFO SimpleBLE message #234

Open Nilon123456789 opened 1 year ago

Nilon123456789 commented 1 year ago

Is there a way to remove the following messages that are printed when calling adapters = simplepyble.Adapter.get_adapters()

[INFO] SimpleBLE: D:\a\SimpleBLE\SimpleBLE\simpleble\src\backends\windows\Utils.cpp:33 in initialize_winrt: CoGetApartmentType: cotype=-1, qualifier=0, result=800401F0
[INFO] SimpleBLE: D:\a\SimpleBLE\SimpleBLE\simpleble\src\backends\windows\Utils.cpp:41 in initialize_winrt: RoInitialize: result=0
antoniomolram commented 1 year ago

I would like to remove them too