# HG changeset patch # User RĂ©mi Cardona # Date 1401983607 -7200 # Node ID 32047f5f08ba244df6e6f873ed4656b7eb4a4352 # Parent 0872ac2a1db00e8dde0cf6a8a0da41807d4b8c50 [web] Remove unreachable and broken code diff -r 0872ac2a1db0 -r 32047f5f08ba 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