mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
chore(react-native-usb): turn off debug logs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user