mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 16:27:22 +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
|
let changed = false
|
||||||
|
|
||||||
function isChanged(): void {
|
function isChanged(): void {
|
||||||
console.log(object)
|
|
||||||
console.log(newValue)
|
|
||||||
for (const key in object) {
|
for (const key in object) {
|
||||||
if ((newValue as any)[key] !== (object as any)[key]) {
|
if ((newValue as any)[key] !== (object as any)[key]) {
|
||||||
changed = true
|
changed = true
|
||||||
|
Loading…
Reference in New Issue
Block a user