remove logging

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-30 19:05:00 +02:00
parent b564be40a9
commit d0c53e9437
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -48,8 +48,6 @@
let changed = false
function isChanged(): void {
console.log(object)
console.log(newValue)
for (const key in object) {
if ((newValue as any)[key] !== (object as any)[key]) {
changed = true