Skip to content

Commit 509b855

Browse files
committed
FOUR-28520 Fix observations.
1 parent 854e16c commit 509b855

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/js/tasks/components/taskPreview/TaskPreviewAssignment.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ const disabled = computed(() => !selectedUser.value || !comments.value?.trim());
9191
// Load the reassign users using the centralized function with form_data
9292
const loadReassignUsers = async (filter) => {
9393
try {
94-
console.log('reassignUsers11', JSON.stringify(props.formData));
9594
const response = await getReassignUsers(
9695
filter,
9796
props.task?.id,

0 commit comments

Comments
 (0)