taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 3ef0a78d536857178af7cdace81307829c874afe
parent ad7f42e766b268d51d23137d727ce1771b8a97a4
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Tue, 28 Apr 2026 17:42:59 -0300

remove log curl

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-paivana.ts | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/packages/taler-harness/src/integrationtests/test-paivana.ts b/packages/taler-harness/src/integrationtests/test-paivana.ts @@ -44,10 +44,8 @@ import { } from "../harness/environments.js"; import { GlobalTestState } from "../harness/harness.js"; -setPrintHttpRequestAsCurl(true); const harnessHttpLib = createPlatformHttpLib({ enableThrottling: false, - printAsCurl: true, }); export const logger = new Logger("test-paivana.ts");