remove stupid raise

This commit is contained in:
Marcos Pinto 2007-11-06 03:38:44 +00:00
parent a624ff5557
commit 9b170fe759
1 changed files with 0 additions and 1 deletions

View File

@ -835,7 +835,6 @@ class Manager:
except: except:
print "Error probably bad torrent" print "Error probably bad torrent"
del self.state.torrents[torrent] del self.state.torrents[torrent]
raise e
ret = unique_ID ret = unique_ID
self.unique_IDs[unique_ID] = torrent self.unique_IDs[unique_ID] = torrent