mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
chore: Remove unneeded eslint comments
This commit is contained in:
parent
703b1a7882
commit
3183ae1ef6
@ -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);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user