🔥 Removed commented out lines for ResueTime widget (#1278)

This commit is contained in:
Alicia Sykes 2023-08-13 14:18:49 +01:00 committed by GitHub
parent 39ab92deaa
commit c45e05866d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
</template>
<script>
// import axios from 'axios';
import WidgetMixin from '@/mixins/WidgetMixin';
import { widgetApiEndpoints } from '@/utils/defaults';
@ -65,7 +64,6 @@ export default {
},
calculateTimeCategories(timeArray) {
const results = {};
// console.log(timeArray.rows[0]);
for (let i = 0; i < timeArray.rows.length; i += 1) {
const [rank, seconds, persons, category] = timeArray.rows[i];
const minutes = (parseInt(seconds, 10) / 60).toFixed(2);