Allow empty description - remove TODO 19/84219/1
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 17 Aug 2016 10:26:31 +0000 (12:26 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Wed, 17 Aug 2016 10:26:31 +0000 (12:26 +0200)
Change-Id: Ie7886064f4cd475cb1c7ca19a9472421466fd27d

src/tpk_manifest_handlers/description_handler.cc

index f20842018bafb80641b879084ad68a53dac61364..07a55d3ffcd7a04d52eb4cc180757fdfe668591c 100644 (file)
@@ -30,7 +30,6 @@ void ParseDescriptionAndStore(
   std::string xml_lang;
   description_dict.GetString(kDescriptionLangKey, &xml_lang);
 
-  // TODO(t.iwanek): do not skip it when preloaded apps will be fixed.
   if (description.empty())
     return;