Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaqin Li committed Sep 6, 2024
1 parent 8328cc7 commit b4b99fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ Vue.component("hosttype-select", {
</div></div>',
props: ['label', 'title', 'selectoptions', 'showhelp', 'small', 'selectsearch', 'retired', 'enablemultiplehosttypes', 'disablebackupinstancetypes'],
data: function () {
console.log(this.disablebackupinstancetypes);
return {
width: this.small ? 'col-xs-4' : 'col-xs-10',
formStyle: this.small ? '' : 'form-group',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ <h4 class="panel-title pull-left">Capacity</h4>
const puppetRepository = `{{ puppet_repository }}`;
const deployServiceWikiUrl = `{{ conflicting_deploy_service_wiki_url }}`;
const disableBackupInstanceTypes = `{{ disable_backup_instance_types}}`;
console.log(disableBackupInstanceTypes);

var capacitySetting = new Vue({
el: "#mainPanel",
Expand Down

0 comments on commit b4b99fa

Please sign in to comment.