mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
remove logging
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
b564be40a9
commit
d0c53e9437
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user