gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -remove bogus logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: -remove bogus logging
Date: Mon, 04 Sep 2023 14:25:09 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 1c3e9473f -remove bogus logging
1c3e9473f is described below

commit 1c3e9473fd81761d01fafce1ddce8f3f80d35385
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Sep 4 14:25:06 2023 +0200

    -remove bogus logging
---
 packages/taler-harness/src/harness/harness.ts | 3 ---
 packages/taler-harness/src/index.ts           | 1 -
 2 files changed, 4 deletions(-)

diff --git a/packages/taler-harness/src/harness/harness.ts 
b/packages/taler-harness/src/harness/harness.ts
index 7db9d82bd..337f3ca44 100644
--- a/packages/taler-harness/src/harness/harness.ts
+++ b/packages/taler-harness/src/harness/harness.ts
@@ -1407,9 +1407,7 @@ export class MerchantApiClient {
   }
 
   async getPrivateInstanceInfo(): Promise<any> {
-    console.log(this.makeAuthHeader());
     const url = new URL("private", this.baseUrl);
-    logger.info(`request url ${url.href}`);
     const resp = await this.httpClient.fetch(url.href, {
       method: "GET",
       headers: this.makeAuthHeader(),
@@ -1418,7 +1416,6 @@ export class MerchantApiClient {
   }
 
   async getPrivateTipReserves(): Promise<TippingReserveStatus> {
-    console.log(this.makeAuthHeader());
     const url = new URL("private/reserves", this.baseUrl);
     const resp = await this.httpClient.fetch(url.href, {
       method: "GET",
diff --git a/packages/taler-harness/src/index.ts 
b/packages/taler-harness/src/index.ts
index cd688ed89..3b50acf75 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -402,7 +402,6 @@ deploymentCli
     );
 
     const res = await merchantClient.getPrivateInstanceInfo();
-    console.log(res);
 
     const tipRes = await merchantClient.getPrivateTipReserves();
     console.log(j2s(tipRes));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]