mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove debug code
This commit is contained in:
@@ -82,7 +82,6 @@ function saveChanges(id) {
|
||||
},
|
||||
success: function (data) {
|
||||
response=JSON.parse(data);
|
||||
console.log(response);
|
||||
if ((response.message ?? '') !== 'OK') {
|
||||
BootstrapDialog.alert({
|
||||
title: 'Error',
|
||||
@@ -226,7 +225,6 @@ function saveNewBandEdgeRow() {
|
||||
},
|
||||
success: function (data) {
|
||||
response=JSON.parse(data);
|
||||
console.log(response);
|
||||
if ((response.message ?? '') !== 'OK') {
|
||||
BootstrapDialog.alert({
|
||||
title: 'Error',
|
||||
|
||||
Reference in New Issue
Block a user