Skip to content

Commit d7203d9

Browse files
committed
cleanup
1 parent 628af85 commit d7203d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

handlers/newsletter/controllers/subscribe.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ const ACTION_REMOVE = 'remove';
2323
*/
2424
exports.post = function*() {
2525

26-
yield function(cb) {
27-
setTimeout(cb, 5000);
28-
};
29-
3026
var self = this;
3127

3228
var subscription;

0 commit comments

Comments
 (0)