Skip to content

Commit

Permalink
remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Jun 6, 2024
1 parent 7cf5162 commit 3faa7ad
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 @@ -385,7 +385,6 @@ export default {
* @param {string|null} parentRequestId - The parent request ID.
*/
closeTask(parentRequestId = null) {
debugger;
if (this.hasErrors) {
this.emitError();
}
Expand Down

0 comments on commit 3faa7ad

Please sign in to comment.