Remove wrong error log 97/181297/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 12 Jun 2018 02:21:06 +0000 (11:21 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 12 Jun 2018 02:22:53 +0000 (11:22 +0900)
Change-Id: I5be3c1c55cc69703fc5f33bcb7fb7515c0507733

ism/src/scim_utility.cpp

index fdab609..52720a2 100644 (file)
@@ -811,12 +811,10 @@ scim_make_dir (const String &dir)
                     LOGE ("Can not access %s", path.c_str ());
                     return false;
                 }
-            } else
-                LOGE ("Can not access %s", path.c_str ());
+            }
         }
     }
-    else
-        LOGE ("Can not access %s", dir.c_str ());
+
     return true;
 }