stop saving json to directory

This commit is contained in:
Martin Donnelly 2016-03-30 11:37:42 +01:00
parent f6d181cd3e
commit 8be6edfb58

View File

@ -346,9 +346,9 @@ function processBody(body, url, _id, _rev) {
obj.host = urlObj.host;
jsonfile.writeFile(jsonFile, obj, function (err) {
/* jsonfile.writeFile(jsonFile, obj, function (err) {
console.error(err);
});
});*/
if (_id !== null) {
busEmitter.emit("updateBookmarkData", obj, _id, _rev);