Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed Sep 9, 2024
1 parent 623c939 commit 91b5f31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/views/tasks/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,6 @@ class="multiselect__tag-icon"></i>
task: {
deep: true,
handler(task, oldTask) {
console.log('fas');
window.ProcessMaker.breadcrumbs.taskTitle = task.element_name;
if (task && oldTask && task.id !== oldTask.id) {
history.replaceState(null, null, `/tasks/${task.id}/edit`);
Expand Down

0 comments on commit 91b5f31

Please sign in to comment.