diff --git a/src/components/task.vue b/src/components/task.vue index a70efc4ac..2a0cd245a 100644 --- a/src/components/task.vue +++ b/src/components/task.vue @@ -427,7 +427,6 @@ export default { */ // eslint-disable-next-line consistent-return async getDestinationUrl() { - debugger; const { elementDestination, allow_interstitial: allowInterstitial } = this.task || {}; if (!elementDestination) {