gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-taler-build-scripts] branch master updated: remove d


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-build-scripts] branch master updated: remove debug log.
Date: Fri, 04 Oct 2019 14:27:05 +0200

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

ng0 pushed a commit to branch master
in repository taler-build-scripts.

The following commit(s) were added to refs/heads/master by this push:
     new ca2c80b  remove debug log.
ca2c80b is described below

commit ca2c80b2631aa15c0374546c651fa761502e5609
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 4 12:26:54 2019 +0000

    remove debug log.
---
 configure.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.py b/configure.py
index 8c28a56..9a031f2 100644
--- a/configure.py
+++ b/configure.py
@@ -37,10 +37,10 @@ def _read_prefix():
     logger = logging.getLogger(__name__)
 
     if 'PREFIX' in os.environ:
-        logger.debug('PREFIX from environment')
+        # logger.debug('PREFIX from environment')
         myprefix = os.environ.get('PREFIX')
         if myprefix is not None and os.path.isdir(myprefix) is True:
-            logger.debug('PREFIX from environment: %s', myprefix)
+            # logger.debug('PREFIX from environment: %s', myprefix)
             return myprefix
 
     else:

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



reply via email to

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