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(() => {
|
||||
render
|
||||
.publishTags(pages)
|
||||
.then(response => {
|
||||
console.log(response);
|
||||
.then(() => {
|
||||
//console.log(response);
|
||||
})
|
||||
.catch(err => {
|
||||
console.log(err);
|
||||
.catch(() => {
|
||||
//console.log(err);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue