Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 5bfdae5 commit 98e83be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/HowTo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export default class HowTo extends Vue {
constructor() {
super();
DataStore.Instance.getConfig().then((response) => {
console.log(response);
if (response) {
this.data.artifactoryUrl = `http${
response.artifactory.https ? 's' : ''
Expand Down

0 comments on commit 98e83be

Please sign in to comment.