chore(react-native-usb): turn off debug logs

This commit is contained in:
Matej Kriz
2026-02-10 20:03:45 +01:00
committed by Matěj Kříž
parent 496c1a0335
commit 8aae6d8523

View File

@@ -3,7 +3,7 @@ import { EventSubscription } from 'expo-modules-core';
import { NativeDevice, OnConnectEvent, WebUSBDevice } from './ReactNativeUsb.types';
import { ReactNativeUsbModule } from './ReactNativeUsbModule';
const DEBUG_LOGS = true;
const DEBUG_LOGS = false;
const debugLog = (...args: any[]) => {
if (DEBUG_LOGS) {