commit 658913c3831a49fa7f4a26604310706271f92fd7 parent 8e0a64de8af182e3185cc51bdc87da5544bc3df2 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 8 May 2023 01:38:03 +0200 Disable debug logs Diffstat:
| M | src/main.tsx | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main.tsx b/src/main.tsx @@ -4,11 +4,11 @@ import { createRoot } from 'react-dom/client'; import './index.scss'; initAsync().then(() => { - if (Tracing.isAvailable()) { - console.log("Tracing is available, turning on"); - let tracing = new Tracing(LoggerLevel.Info); - tracing.turnOn(); - } + // if (Tracing.isAvailable()) { + // console.log("Tracing is available, turning on"); + // let tracing = new Tracing(LoggerLevel.Info); + // tracing.turnOn(); + // } console.log("Crypto starting") start(); console.log("Crypto started")