Skip to content

Commit da02ba2

Browse files
committed
Remove outcommented code
1 parent b1987d4 commit da02ba2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/requests/delete-account-request.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,18 +138,6 @@ class DeleteAccountRequest extends AuthRequest {
138138
}
139139

140140
return new DeleteAccountRequest(options)
141-
// let options = AuthRequest.requestOptions(req, res)
142-
//
143-
// let locals = req.app.locals
144-
// let accountManager = locals.accountManager
145-
//
146-
// let body = req.body || {}
147-
//
148-
// options.username = body.username
149-
//
150-
// if (options.username) {
151-
// options.userAccount = accountManager.userAccountFrom(body)
152-
// }
153141
}
154142
}
155143

0 commit comments

Comments
 (0)