Remove debug logs
This commit is contained in:
@@ -177,7 +177,6 @@ onLoad(() => {
|
|||||||
stones: form.val('stones')
|
stones: form.val('stones')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(tour);
|
|
||||||
if (typeof(tour_id) !== 'undefined') {
|
if (typeof(tour_id) !== 'undefined') {
|
||||||
api.putJson(`tour/${tour_id}`, tour)
|
api.putJson(`tour/${tour_id}`, tour)
|
||||||
.then(tour => {
|
.then(tour => {
|
||||||
@@ -228,7 +227,6 @@ onLoad(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(tour);
|
|
||||||
api.putJson(`tour/${tour_id}`, tour)
|
api.putJson(`tour/${tour_id}`, tour)
|
||||||
.then(tour => {
|
.then(tour => {
|
||||||
if (tour !== 'error') {
|
if (tour !== 'error') {
|
||||||
|
Reference in New Issue
Block a user