From 80c90214931512d646a0da06d62dca282b21322c Mon Sep 17 00:00:00 2001 From: Sergey Date: Tue, 14 Aug 2012 15:26:05 +0300 Subject: [PATCH] code cleanup --- .../WPIWebApplicationGallery/WPIApplicationGallery.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/WPIWebApplicationGallery/WPIApplicationGallery.cs b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/WPIWebApplicationGallery/WPIApplicationGallery.cs index 8aa2ccd3..994e8177 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/WPIWebApplicationGallery/WPIApplicationGallery.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.Web.IIs60/WPIWebApplicationGallery/WPIApplicationGallery.cs @@ -57,13 +57,7 @@ namespace WebsitePanel.Providers.Web.WPIWebApplicationGallery public WPIApplicationGallery(string 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(); - //_wpi = GetWpiHelper(); } @@ -80,8 +74,6 @@ namespace WebsitePanel.Providers.Web.WPIWebApplicationGallery public void InitFeeds(int UserId, string[] feeds) { - //Log.WriteInfo("InitFeeds {0} ", UserId); - string CACHE_KEY = GetKey_Feeds(UserId); if (_cache.Contains(CACHE_KEY))