Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Aug 21, 2024
1 parent 706c517 commit 21053ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ export default {
*/
// eslint-disable-next-line consistent-return
async getDestinationUrl() {
debugger;
const { elementDestination, allow_interstitial: allowInterstitial } = this.task || {};
if (!elementDestination) {
Expand Down

0 comments on commit 21053ab

Please sign in to comment.