Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 9fa795f

Browse files
committed
Remove TODO comment
1 parent c4dbcfe commit 9fa795f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/computed/loader-msg.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const LOADING_PERCENT_END = 0.95;
2020
* @param {number} percent The percentage the network is synced.
2121
* @return {string} The message corresponding to the percent.
2222
*/
23-
// TODO: error handling for network error
2423
export const getLoadingMsg = percent => {
2524
percent = Number(percent);
2625
if (isNaN(percent)) {

0 commit comments

Comments
 (0)