diff --git a/brain/data/Utils.js b/brain/data/Utils.js index 74372c8..dbd1093 100644 --- a/brain/data/Utils.js +++ b/brain/data/Utils.js @@ -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); }); }); }