Closed
Bug 644238
Opened 14 years ago
Closed 14 years ago
dead code in the send controller
Categories
(Cloud Services :: Server: Share, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tarek, Assigned: tarek)
Details
This block will never be called:
https://github.com/mozilla/f1/blob/develop/linkdrop/controllers/send.py#L133
Because:
>>> if not {}.get('keys', '').split(','):
... print 'I am empty'
...
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → tarek
Comment 1•14 years ago
|
||
This was resolved as part of bug 643908
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•