remove console log
This commit is contained in:
parent
9192bb6690
commit
d043f22f0e
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ export default {
|
|||
vm.setCmsContent(resultMap.cmsContent);
|
||||
|
||||
vm.showSteeringLink = !!vm.$refs[STEERING_MODAL_REF_NAME].ModalBodyText;
|
||||
console.log(vm.$refs[STEERING_MODAL_REF_NAME].ModalBodyText);
|
||||
if (vm.showSteeringLink) {
|
||||
vm.openStateSteeringModal();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue