remove unnecessary log 15/182815/1 accepted/tizen/unified/20180629.135931 submit/tizen/20180628.081051
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 28 Jun 2018 07:21:02 +0000 (16:21 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Thu, 28 Jun 2018 07:21:02 +0000 (16:21 +0900)
Change-Id: I1213e18d3bfb49f4969e3072b7619a5ef0918a9b

NativeLauncher/installer-plugin/ni_common.cc

index 97725a3..8c200ce 100644 (file)
@@ -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)