Skip to content

Commit

Permalink
Merge pull request #195 from ActivityWatch/dev/cleanups
Browse files Browse the repository at this point in the history
Minor cleanups
  • Loading branch information
johan-bjareholt committed Apr 28, 2020
2 parents c535835 + 9c616e2 commit 7242bed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/SelectableVisualization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ div
.vis-style-dropdown-btn {
position: absolute;
top: 0.8em;
right: 1em;
right: 0.8em;
> .btn {
border: 0px;
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import './util/filters.js';

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

// Sets up the routing and the base app (using vue-router)
Expand Down
1 change: 0 additions & 1 deletion src/store/modules/activity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ const actions = {
periods,
_.map(data, pair => _.filter(pair, e => e.data.status == 'not-afk'))
);
console.log(active_history);
commit('query_active_history_completed', { active_history });
},

Expand Down

0 comments on commit 7242bed

Please sign in to comment.