diff --git a/src/api/DeconvolutionAPI.js b/src/api/DeconvolutionAPI.js index 70c000a..c88cf8f 100644 --- a/src/api/DeconvolutionAPI.js +++ b/src/api/DeconvolutionAPI.js @@ -110,11 +110,6 @@ export default { let endpoint = `${Vue.prototype.$Config.endpoints.pref}` // let apihost = /^(?:\w+\:\/\/)?([^\/]+)(.*)$/.exec(endpoint)[1] let apihost = /^(?:\w+:\/\/)?([^/]+)(.*)$/.exec(endpoint)[1] - console.log("----run estimate api API call---") - let today = new Date(); - let date = today.getFullYear()+'-'+(today.getMonth()+1)+'-'+today.getDate(); - let time = today.getHours() + "-" + today.getMinutes() + "-" + today.getSeconds(); - console.log(date+'_'+time) const { data } = await request.get(_requestUrl, { params: { output: output, diff --git a/src/api/MacroAPI.js b/src/api/MacroAPI.js index a06748b..12b7ee2 100644 --- a/src/api/MacroAPI.js +++ b/src/api/MacroAPI.js @@ -6,7 +6,6 @@ export default { // execute async execute_macro_script(output, instances, mem, devices,macroinfo ) { let _requestUrl =`${Vue.prototype.$Config.endpoints.bunya}/api/execute/executeMacroBase64` - console.log(_requestUrl) let arrayMax = parseInt(instances) - 1 let endpoint = `${Vue.prototype.$Config.endpoints.pref}` diff --git a/src/components/DesktopManagerComponent.vue b/src/components/DesktopManagerComponent.vue index a6534ed..59c4980 100644 --- a/src/components/DesktopManagerComponent.vue +++ b/src/components/DesktopManagerComponent.vue @@ -264,7 +264,7 @@ this.apps.push(element) this.selectedApp = this.apps[0].id }); - console.log( this.apps) + }, async getFlavours(){ let response = await DesktopAPI.listdesktopflavours() @@ -347,8 +347,7 @@ }, async launchDesktop(){ - console.log("selectedDesktop") - console.log(this.selectedDesktop.value) + if (this.selectedDesktop.value === 'ipp_desktop') { await DesktopAPI.launchfile() } @@ -364,14 +363,13 @@ // set files setFiles(filelist) { - console.log("setFiles ") - console.log(filelist) + if(filelist.length>0){ filelist.map(item => { if(!item.endsWith("/") && !this.files.includes(item)){ this.files.push(item) - console.log("a file") + } else { console.log("a folder") } @@ -418,8 +416,7 @@ //this.getFlavours() //this.startTimer(20000) this.loading = false - console.log("this.desktopManagerOnly") - console.log(this.desktopManagerOnly) + }, destroyed() { diff --git a/src/components/deconvolution/Devices.vue b/src/components/deconvolution/Devices.vue index 7d3d2d0..2985823 100644 --- a/src/components/deconvolution/Devices.vue +++ b/src/components/deconvolution/Devices.vue @@ -38,7 +38,7 @@ --> - + @@ -138,7 +138,7 @@