Skip to content

Commit 421666c

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-98 Added Logger
1 parent 896f669 commit 421666c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/src/views/infra/AddPrimaryStorage.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,12 +941,12 @@ export default {
941941
params.capacityIops = values.capacityIops.split(',').join('')
942942
}
943943
}
944-
console.log('URL value is ::: ', url);
944+
console.log('URL value is ::: ', url)
945945
if (values.provider === 'ONTAP') {
946-
console.log('URL value is getting set ::: ', url);
946+
console.log('URL value is getting set ::: ', url)
947947
url = this.ontapURL(values.ontapIP)
948948
}
949-
console.log('URL value is now ::: ', url);
949+
console.log('URL value is now ::: ', url)
950950
params.url = url
951951
if (values.provider !== 'DefaultPrimary' && values.provider !== 'PowerFlex') {
952952
if (values.managed) {

0 commit comments

Comments
 (0)