aboutsummaryrefslogtreecommitdiff
path: root/src/headless/integrationtest.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-23 18:30:08 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-23 18:30:08 +0530
commit80433b939962815ad8807b0d6e957d66dbd0e306 (patch)
tree38a347c9ec272f35965b01ed8857877f9d04c70e /src/headless/integrationtest.ts
parent60891b502ad94438024e022ad7e30ab63692c163 (diff)
downloadwallet-core-80433b939962815ad8807b0d6e957d66dbd0e306.tar.xz
remove more history remains
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),