Skip to content

Commit 3183ae1

Browse files
committed
chore: Remove unneeded eslint comments
1 parent 703b1a7 commit 3183ae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/sync-algolia.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ function syncAlgolia() {
2626

2727
index.clearIndex((err, content) => {
2828
if (err) throw err;
29-
console.log(content); // eslint-disable-line no-console
29+
console.log(content);
3030
});
3131

3232
index.addObjects(records, (err, content) => {
3333
if (err) throw err;
34-
console.log(content); // eslint-disable-line no-console
34+
console.log(content);
3535
});
3636
}

0 commit comments

Comments
 (0)