edje: remove debug message that is likely to break the memory. 22/263122/2
authorHermet Park <chuneon.park@samsung.com>
Thu, 26 Aug 2021 09:36:22 +0000 (18:36 +0900)
committerHermet Park <chuneon.park@samsung.com>
Thu, 26 Aug 2021 09:40:51 +0000 (18:40 +0900)
commit86690663830aed11e5f92a111db3e960f476af71
treea05cbb57eb3deaeb90b95738bababe9ca3bb4974
parent2a54719491a51808a8aee8039ef22a1498ffa510
edje: remove debug message that is likely to break the memory.

There are potential scenarios that invalid edje objects are passed during the deletion sequence,
In this case, efl encounter the memory corruption, debug message doesn't helpful.

Although this might be the user problems but this bothers us to review the call stack from time to time.

So disable it.

Change-Id: Iccd18073e48135eb6d4fdbd84672c762341e41ee
src/lib/edje/edje_part.c