code cleanup

This commit is contained in:
Sergey 2012-08-14 15:26:05 +03:00
parent 27059e69df
commit 80c9021493

View file

@ -57,13 +57,7 @@ namespace WebsitePanel.Providers.Web.WPIWebApplicationGallery
public WPIApplicationGallery(string sufix) public WPIApplicationGallery(string sufix)
{ {
_sufix = sufix; _sufix = sufix;
//_feeds = new[]
// {
// "https://www.microsoft.com/web/webpi/3.0/webproductlist.xml",
// "http://www.helicontech.com/zoo/feed/wsp"
// };
_cache = CacheFactory.GetCacheManager(); _cache = CacheFactory.GetCacheManager();
//_wpi = GetWpiHelper();
} }
@ -80,8 +74,6 @@ namespace WebsitePanel.Providers.Web.WPIWebApplicationGallery
public void InitFeeds(int UserId, string[] feeds) public void InitFeeds(int UserId, string[] feeds)
{ {
//Log.WriteInfo("InitFeeds {0} ", UserId);
string CACHE_KEY = GetKey_Feeds(UserId); string CACHE_KEY = GetKey_Feeds(UserId);
if (_cache.Contains(CACHE_KEY)) if (_cache.Contains(CACHE_KEY))