Skip to content

Commit

Permalink
🔥 Removed commented out lines for ResueTime widget (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored Aug 13, 2023
1 parent 39ab92d commit c45e058
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Widgets/RescueTime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</template>
<script>
// import axios from 'axios';
import WidgetMixin from '@/mixins/WidgetMixin';
import { widgetApiEndpoints } from '@/utils/defaults';
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit c45e058

Please sign in to comment.