@@ -5,7 +5,7 @@ using UnityEngine.UI;
public class BluetoothHolder : MonoBehaviour
{
- bool debug = true;
+ bool debug = false;
GameObject magEllipse;
HashSet<Object> magEllipseViewers = new HashSet<Object>();
public static BluetoothHolder ins;