Remove full path log
authorJongHeon Choi <j-h.choi@samsung.com>
Tue, 6 Sep 2016 00:15:21 +0000 (09:15 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Tue, 6 Sep 2016 00:15:21 +0000 (09:15 +0900)
extensions/common/xwalk_extension_manager.cc
runtime/browser/web_application.cc

index 0b6fc40650765eeebefc602be3a2ee328670af12..130eca8de8cb73132472db1bb92c8b9f75cdf7b7 100755 (executable)
@@ -119,7 +119,6 @@ void XWalkExtensionManager::LoadUserExtensions(const std::string app_path) {
     LOGGER(ERROR) << "Failed to get package root path";
     return;
   }
-  LOGGER(DEBUG) << "app path is : " <<app_path;
   std::string app_ext_pattern(app_path);
   app_ext_pattern.append(kUserPluginsDirectory);
   struct utsname u;
@@ -142,7 +141,6 @@ void XWalkExtensionManager::LoadUserExtensions(const std::string app_path) {
   app_ext_pattern.append("*");
   app_ext_pattern.append(kExtensionSuffix);
 
-  LOGGER(DEBUG) << "plugins directory : " << app_ext_pattern;
   StringSet files;
   {
     glob_t glob_result;
index e8d4d018760b3d57f117d77d2fc69b7a9763eab7..7fb8359d353132b439394ca3f7a4731eafb0d1eb 100644 (file)
@@ -265,7 +265,6 @@ bool WebApplication::Initialize() {
   std::unique_ptr<char, decltype(std::free)*> path{app_get_data_path(),
                                                    std::free};
   app_data_path_ = path.get();
-  LOGGER(DEBUG) << "path is " << path.get();
 
   if (app_data_->setting_info() != NULL &&
       app_data_->setting_info()->screen_orientation() ==