🔇 Remove console.log
This commit is contained in:
@ -32,7 +32,6 @@ function isChanged(lesson, key) {
|
|||||||
if (!substitution.change) return false;
|
if (!substitution.change) return false;
|
||||||
const changedKeys = Object.keys(substitution.change);
|
const changedKeys = Object.keys(substitution.change);
|
||||||
if (!changedKeys.includes(key)) return false;
|
if (!changedKeys.includes(key)) return false;
|
||||||
console.log(lesson, changedKeys);
|
|
||||||
return lesson[key] != substitution.change[key];
|
return lesson[key] != substitution.change[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user