1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Remove comment

This commit is contained in:
Gonçalo Santos
2020-03-05 16:07:45 +00:00
committed by GitHub
parent 9c3f34fe04
commit 8a6df8bf95

View File

@@ -215,10 +215,6 @@ class UiTab extends React.Component {
}, 2000)()
}
/**
* Gets the total number of minutes and returns a string in the HH:MM format
* @param {Number} time total number of minutes
*/
formatTime(time) {
let hour = Math.floor(time / 60)
let minute = time % 60