From: Woongsuk Cho Date: Thu, 28 Jun 2018 07:21:02 +0000 (+0900) Subject: remove unnecessary log X-Git-Tag: accepted/tizen/unified/20180629.135931^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F182815%2F1;p=platform%2Fcore%2Fdotnet%2Flauncher.git remove unnecessary log Change-Id: I1213e18d3bfb49f4969e3072b7619a5ef0918a9b --- 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)