From dedf6e1c0a217f9a0fdf4ef949d8539b7f20b661 Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Thu, 28 Jun 2018 16:21:02 +0900 Subject: [PATCH] remove unnecessary log Change-Id: I1213e18d3bfb49f4969e3072b7619a5ef0918a9b --- NativeLauncher/installer-plugin/ni_common.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/NativeLauncher/installer-plugin/ni_common.cc b/NativeLauncher/installer-plugin/ni_common.cc index 97725a3..8c200ce 100644 --- a/NativeLauncher/installer-plugin/ni_common.cc +++ b/NativeLauncher/installer-plugin/ni_common.cc @@ -336,7 +336,6 @@ void createNiUnderDirs(const std::string rootPaths[], int count, const std::stri fprintf(stderr, "Already [%s] file is exist\n", niPath.c_str()); return; } - fprintf(stderr, "path [%s], appPath[%s]\n", path.c_str(), appPaths.c_str()); crossgen(path, appPaths.c_str(), enableR2R); if (niExist(path, niPath)) { if (cb != nullptr) -- 2.7.4