Skip to content

Commit

Permalink
removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsrain committed Feb 16, 2018
1 parent 79079fe commit c85e98a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Source_Create.cc
Expand Up @@ -575,12 +575,8 @@ PkgFunctions::SourceCreateEx (const YCPString& media, const YCPString& pd, bool
PkgProgress pkgprogress(_callbackHandler);
std::list<std::string> stages;

// // display the scan stage only when needed
// if (scan)
// {
// always scan products - to set the repo alias
stages.push_back(_("Search Available Products"));
// }

if (source_type->value().empty())
{
Expand Down

0 comments on commit c85e98a

Please sign in to comment.