Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Oct 29, 2024
1 parent c6f68d4 commit 620b2ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,6 @@ export default {
* @param {Object} data - The event data received from the socket listener.
*/
handleRedirect(data) {
debugger;
switch (data.method) {
case 'redirectToTask':
this.handleRedirectToTask(data);
Expand All @@ -852,7 +851,6 @@ export default {
this.handleProcessUpdated(data);
break;
case 'processCompletedRedirect':
debugger;
this.processCompletedRedirect(
data.params[0],
this.userId,
Expand Down

0 comments on commit 620b2ad

Please sign in to comment.