Skip to content

Commit 14b0262

Browse files
committed
Removed unnecessary code
1 parent 4af7580 commit 14b0262

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
0 Bytes
Binary file not shown.

QAScraper/Helpers/FileHelper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public static void UpdateSites()
9494

9595
var sites = sitesContext.Sites.ToList();
9696

97-
//DeleteAll(new DirectoryInfo(PATH));
98-
9997
foreach (var site in sites)
10098
{
10199
var request = (HttpWebRequest)WebRequest.Create(site.Url);

0 commit comments

Comments
 (0)