gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: remove useless comm


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: remove useless comment
Date: Tue, 02 May 2017 09:08:06 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2607c61  remove useless comment
2607c61 is described below

commit 2607c6138ccec953f9ad5263f56bf514259d94b4
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 2 09:07:52 2017 +0200

    remove useless comment
---
 src/mitm/talermerchantmitm/mitm.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mitm/talermerchantmitm/mitm.py 
b/src/mitm/talermerchantmitm/mitm.py
index a9180fd..8b46691 100644
--- a/src/mitm/talermerchantmitm/mitm.py
+++ b/src/mitm/talermerchantmitm/mitm.py
@@ -38,9 +38,6 @@ logger = logging.getLogger(__name__)
 exchange_url = os.environ.get("TALER_EXCHANGE_URL")
 assert(None != exchange_url)
 
-# The functions taking 'resp' as parameter are responsible for
-# modifying the data to return.
-
 def track_transaction(resp):
     return resp.text
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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