Skip to content

Commit 7242bed

Browse files
Merge pull request #195 from ActivityWatch/dev/cleanups
Minor cleanups
2 parents c535835 + 9c616e2 commit 7242bed

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/components/SelectableVisualization.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ div
5959
.vis-style-dropdown-btn {
6060
position: absolute;
6161
top: 0.8em;
62-
right: 1em;
62+
right: 0.8em;
6363
6464
> .btn {
6565
border: 0px;

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import './util/filters.js';
2525

2626
// Create an instance of AWClient as this.$aw
2727
import awclient from './util/awclient.js';
28-
console.log(awclient);
2928
Vue.prototype.$aw = awclient;
3029

3130
// Sets up the routing and the base app (using vue-router)

src/store/modules/activity.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ const actions = {
258258
periods,
259259
_.map(data, pair => _.filter(pair, e => e.data.status == 'not-afk'))
260260
);
261-
console.log(active_history);
262261
commit('query_active_history_completed', { active_history });
263262
},
264263

0 commit comments

Comments
 (0)