remove repeated code

stable
Juanfran 2015-08-07 08:22:47 +02:00
parent ac9ddb3d47
commit 3765a75b24
1 changed files with 0 additions and 3 deletions

View File

@ -359,9 +359,6 @@ class BacklogController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.F
r = @scope.userstories.indexOf(us)
@scope.userstories.splice(r, 1)
r = @scope.userstories.indexOf(us)
@scope.userstories.splice(r, 1)
# From sprint to sprint
else
us.milestone = newSprintId for us in usList