[web] Remove unreachable and broken code
authorRémi Cardona <remi.cardona@logilab.fr>
Thu, 05 Jun 2014 17:53:27 +0200
changeset 9791 32047f5f08ba
parent 9790 0872ac2a1db0
child 9792 1349398d744e
[web] Remove unreachable and broken code
web/_exceptions.py
--- a/web/_exceptions.py	Tue Apr 15 11:55:37 2014 +0200
+++ b/web/_exceptions.py	Thu Jun 05 17:53:27 2014 +0200
@@ -64,7 +64,6 @@
 
     def __repr__(self):
         return '%s(%r, %r)' % (self.__class__.__name__, self.status, self.content)
-        self.url = url
 
 # Publish related error