aboutsummaryrefslogtreecommitdiff
path: root/src/headless/integrationtest.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/headless/integrationtest.ts')
-rw-r--r--src/headless/integrationtest.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/headless/integrationtest.ts b/src/headless/integrationtest.ts
index db96d57c4..51e93f30b 100644
--- a/src/headless/integrationtest.ts
+++ b/src/headless/integrationtest.ts
@@ -184,13 +184,6 @@ export async function runIntegrationTest(
);
await myWallet.runUntilDone();
-
- const history = await myWallet.getHistory({ extraDebug: true });
-
- console.log(
- "history after integration test:",
- JSON.stringify(history, undefined, 2),
- );
}
export async function runIntegrationTestBasic(
@@ -327,8 +320,6 @@ export async function runIntegrationTestBasic(
await myWallet.runUntilDone();
- const history = await myWallet.getHistory({ extraDebug: true });
-
console.log(
"history after integration test:",
JSON.stringify(history, undefined, 2),