gnunet-svn
[Top][All Lists]
Advanced

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

[www_shared] branch master updated: remove debug logging


From: gnunet
Subject: [www_shared] branch master updated: remove debug logging
Date: Fri, 07 May 2021 11:10:05 +0200

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

dold pushed a commit to branch master
in repository www_shared.

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

commit 5c39698dd951084ccba09a7f09b66511a238d2a9
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri May 7 13:07:50 2021 +0200

    remove debug logging
---
 site.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/site.py b/site.py
index e5cc461..c090130 100644
--- a/site.py
+++ b/site.py
@@ -134,8 +134,6 @@ class SiteGenerator:
         yaml = YAML(typ="safe")
         site_configfile = self.root / "www.yml"
         self.config = yaml.load(site_configfile)
-        print(type(self.config))
-        print(self.config)
         self.baseurl = os.environ.get("BASEURL")
         if self.baseurl is None:
             self.baseurl = self.config["siteconf"].get("baseurl")

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