Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 27, 2018
1 parent d46cce9 commit 7d8ae26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/HowTo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ export default class HowTo extends Vue {
}/artifactory/api/npm/${response.artifactory.repoKey}/`;
this.data.companyScope = response.companyScope;
if (response.howto) {
console.log(response.howto.default);
console.log(typeof response.howto.default);
console.log(response.howto.default === true);
this.data.showDefault = response.howto.default === true;
this.data.additional = response.howto.additional;
}
Expand Down

0 comments on commit 7d8ae26

Please sign in to comment.