1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-11-22 06:54:43 +01:00

Remove unused log

This commit is contained in:
Mehdi Abaakouk 2012-01-26 17:35:41 +01:00
parent 3f4f5a6960
commit ec7e96cf5b

1
lg.py
View file

@ -68,7 +68,6 @@ def bird_proxy(host, proto, service, query):
try: try:
f = urlopen(url) f = urlopen(url)
resultat = f.read() resultat = f.read()
app.logger.debug(resultat)
status = True # retreive remote status status = True # retreive remote status
except IOError: except IOError:
resultat = "Failed retreive url: %s" % url resultat = "Failed retreive url: %s" % url