Commit 3183ae1e authored by Cole Bemis's avatar Cole Bemis

chore: Remove unneeded eslint comments

parent 703b1a78
......@@ -26,11 +26,11 @@ function syncAlgolia() {
index.clearIndex((err, content) => {
if (err) throw err;
console.log(content); // eslint-disable-line no-console
console.log(content);
});
index.addObjects(records, (err, content) => {
if (err) throw err;
console.log(content); // eslint-disable-line no-console
console.log(content);
});
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment