Remove useless iteration when debug mode 68/276068/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 9 Jun 2022 06:24:54 +0000 (15:24 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 9 Jun 2022 07:41:27 +0000 (16:41 +0900)
Some API; like fontClient.GetDescription, are very slow.
But these result values only used for debug log printing.

This patch make some useless iteration will not works for
normal debug mode + NoLogging level.

Change-Id: I1feafda4d18b46902724a3cd305a1a87e030bfd5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>

No differences found