remove profile code to reduce log
authorJongHeon Choi <j-h.choi@samsung.com>
Thu, 7 Jul 2016 23:19:34 +0000 (08:19 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Thu, 7 Jul 2016 23:19:43 +0000 (08:19 +0900)
common/application_data.cc

index 848e60d..fc80bdb 100644 (file)
@@ -125,7 +125,6 @@ std::shared_ptr<const wgt::parse::CSPInfo>
 }
 
 const std::string ApplicationData::pkg_id() const {
-  SCOPE_PROFILE();
   if (pkg_id_.empty()) {
     app_info_h app_info;
     int ret = app_info_create(app_id_.c_str(), &app_info);