mirror of
https://github.com/sileht/bird-lg.git
synced 2025-02-19 17:30:28 +01:00
Remove unused log
This commit is contained in:
parent
3f4f5a6960
commit
ec7e96cf5b
1 changed files with 0 additions and 1 deletions
1
lg.py
1
lg.py
|
@ -68,7 +68,6 @@ def bird_proxy(host, proto, service, query):
|
|||
try:
|
||||
f = urlopen(url)
|
||||
resultat = f.read()
|
||||
app.logger.debug(resultat)
|
||||
status = True # retreive remote status
|
||||
except IOError:
|
||||
resultat = "Failed retreive url: %s" % url
|
||||
|
|
Loading…
Add table
Reference in a new issue