summaryrefslogtreecommitdiff
path: root/src/headless/helpers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/headless/helpers.ts')
-rw-r--r--src/headless/helpers.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/headless/helpers.ts b/src/headless/helpers.ts
index 6716ccef4..49881d469 100644
--- a/src/headless/helpers.ts
+++ b/src/headless/helpers.ts
@@ -133,9 +133,9 @@ export async function getDefaultNodeWallet(
const myBadge = new ConsoleBadge();
- BridgeIDBFactory.enableTracing = true;
+ BridgeIDBFactory.enableTracing = false;
const myBackend = new MemoryBackend();
- myBackend.enableTracing = true;
+ myBackend.enableTracing = false;
const storagePath = args.persistentStoragePath;
if (storagePath) {