Skip to content

Commit 5734363

Browse files
authored
Merge pull request #803 from vladislav-yevtushenko/#435
#435 resolve todo#368
2 parents a4f3bd6 + 27e1239 commit 5734363

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/elapsed.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* is invoked with a `tracked` object as an argument.
1818
* @return {*} Result of the wrapped callback function. The result of the
1919
* `task` callback will be returned unchanged.
20-
* @todo #368:30min Decide if the `elapsed` utility function is in the right place,
21-
* consider relocating it and its test file if needed
2220
*/
2321
module.exports.elapsed = function elapsed(task) {
2422
const startTime = Date.now();

0 commit comments

Comments
 (0)