diff --git a/core/frontend/src/components/canvas/utils/utils.js b/core/frontend/src/components/canvas/utils/utils.js index a5d3c51cb5..246a04ed96 100644 --- a/core/frontend/src/components/canvas/utils/utils.js +++ b/core/frontend/src/components/canvas/utils/utils.js @@ -299,7 +299,6 @@ export function colorReverse(OldColorValue) { } export function imgUrlTrans(url) { - console.log('---'+url +'---'+ process.env.VUE_APP_BASE_API) if (url && typeof url === 'string' && url.indexOf('static-resource') > -1 && url.indexOf('http') === -1) { return process.env.VUE_APP_BASE_API + url.replace('/static-resource', 'static-resource') } else {