Skip to content

Commit 5e008b6

Browse files
committed
remove console.log
1 parent c9e9bcc commit 5e008b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/views/tree/scripts.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
$('#nestable-menu [data-action="save"]').on('click', async function (e) {
4747
let value = $('#{{ $containerKey }}').nestable('serialize');
4848
let result = await @this.updateTree(value);
49-
console.log(result);
5049
if (result['reload'] === true) {
51-
console.log('Reload Menu');
5250
window.location.reload();
5351
}
5452
});

0 commit comments

Comments
 (0)