gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] branch master updated: removed print statement


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: removed print statement
Date: Thu, 23 May 2019 17:41:05 +0200

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

rexxnor pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new a894729  removed print statement
a894729 is described below

commit a894729f17ada588eed4e696720fe42f83c35443
Author: rexxnor <address@hidden>
AuthorDate: Thu May 23 17:40:14 2019 +0200

    removed print statement
---
 ascension/ascension.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index 4acb8af..6326103 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -602,7 +602,6 @@ class Ascender():
                 zonename = "%s.%s" % (subdomain, self.domain)
                 ttl = self.minimum # new record, cannot use existing one, 
might want to use larger value
                 if self.subzonedict.get(zonename) is None:
-                    print("%s.%s" % (subdomain, self.domain))
                     pkey = self.create_zone_and_get_pkey(zonename)
                     self.subzonedict[zonename] = (pkey, ttl)
 

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



reply via email to

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