gnunet-svn
[Top][All Lists]
Advanced

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

[taler-quickjs-tart] branch master updated: remove logging


From: gnunet
Subject: [taler-quickjs-tart] branch master updated: remove logging
Date: Tue, 27 Feb 2024 13:23:07 +0100

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

dold pushed a commit to branch master
in repository quickjs-tart.

The following commit(s) were added to refs/heads/master by this push:
     new 2378aeb  remove logging
2378aeb is described below

commit 2378aeb83eae59c5feed0060baf825526ae0213d
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Feb 27 13:23:03 2024 +0100

    remove logging
---
 qtart.c                 | 2 --
 taler_wallet_core_lib.c | 3 ---
 2 files changed, 5 deletions(-)

diff --git a/qtart.c b/qtart.c
index 0d2ab65..5199eef 100644
--- a/qtart.c
+++ b/qtart.c
@@ -527,8 +527,6 @@ int main(int argc, char **argv)
         js_std_loop(ctx);
     }
 
-    fprintf(stderr, "done with main loop\n");
-    
     if (dump_memory) {
         JSMemoryUsage stats;
         JS_ComputeMemoryUsage(rt, &stats);
diff --git a/taler_wallet_core_lib.c b/taler_wallet_core_lib.c
index a7c2898..1f89670 100644
--- a/taler_wallet_core_lib.c
+++ b/taler_wallet_core_lib.c
@@ -226,11 +226,8 @@ run(void *cls)
 
     eval_buf(wh->ctx, "installNativeWalletListener()", "<talerwalletcore>");
 
-    printf("starting main loop\n");
-
     js_std_loop(wh->ctx);
 
-    printf("done with main loop\n");
     return NULL;
 }
 

-- 
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]