Skip to content

Commit 6088e4b

Browse files
committed
FOUR-23734 Remove console.log
1 parent 0681def commit 6088e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/common/reassignMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
delete params.form_data._process;
3737
}
3838
}
39-
console.log('getReassignUsers:', JSON.stringify(this.formData, null, 2));
39+
4040
ProcessMaker.apiClient.get('users_task_count', { params }).then(response => {
4141
this.reassignUsers = [];
4242
response.data.data.forEach((user) => {

0 commit comments

Comments
 (0)