forked from projects/fipamo
cleaned up console logs
This commit is contained in:
parent
56fc6cbe7b
commit
cf08362a36
1 changed files with 4 additions and 4 deletions
|
@ -38,11 +38,11 @@ export default class Utils {
|
||||||
settings.saveTags(tags).then(() => {
|
settings.saveTags(tags).then(() => {
|
||||||
render
|
render
|
||||||
.publishTags(pages)
|
.publishTags(pages)
|
||||||
.then(response => {
|
.then(() => {
|
||||||
console.log(response);
|
//console.log(response);
|
||||||
})
|
})
|
||||||
.catch(err => {
|
.catch(() => {
|
||||||
console.log(err);
|
//console.log(err);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue