Skip to content

Commit 8a6df8b

Browse files
authored
Remove comment
1 parent 9c3f34f commit 8a6df8b

File tree

1 file changed

+0
-4
lines changed
  • browser/main/modals/PreferencesModal

1 file changed

+0
-4
lines changed

browser/main/modals/PreferencesModal/UiTab.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ class UiTab extends React.Component {
215215
}, 2000)()
216216
}
217217

218-
/**
219-
* Gets the total number of minutes and returns a string in the HH:MM format
220-
* @param {Number} time total number of minutes
221-
*/
222218
formatTime(time) {
223219
let hour = Math.floor(time / 60)
224220
let minute = time % 60

0 commit comments

Comments
 (0)