Skip to content

Commit ca57f3c

Browse files
committed
fix: remove console log
1 parent 583e48b commit ca57f3c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

resources/views/customfield/devices.blade.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,6 @@
334334
let form = $('#bulk-edit-form');
335335
let url = form.attr('action');
336336
let data = form.serialize();
337-
// log post values
338-
console.log(data);
339-
/// return
340337
$.ajax({
341338
type: "POST",
342339
url: url,
@@ -378,9 +375,6 @@
378375
let form = $('#add-device-form');
379376
let url = form.attr('action');
380377
let data = form.serialize();
381-
// log post values
382-
console.log(data);
383-
/// return
384378
$.ajax({
385379
type: "POST",
386380
url: url,

0 commit comments

Comments
 (0)