Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-05 07:05:16 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-05 07:05:16 +0300
commit01c8b9149f139648ed53fe175bbc955443c2ef01 (patch)
tree5e9ae2af9d2cf2602bbf4ca40ee2348f4af06d2a /ImageGooglerForm.cs
parente0b2f51d15924c3353393072be25f8bb3d3e45d2 (diff)
Huge refactoring. Testing required. But need to sleep.
Diffstat (limited to 'ImageGooglerForm.cs')
-rw-r--r--ImageGooglerForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ImageGooglerForm.cs b/ImageGooglerForm.cs
index 92fc2507..4bd352ba 100644
--- a/ImageGooglerForm.cs
+++ b/ImageGooglerForm.cs
@@ -46,7 +46,7 @@ namespace com.clusterrr.hakchi_gui
string responseFromServer = reader.ReadToEnd();
reader.Close();
response.Close();
- Debug.WriteLine("Web response: " + url);
+ //Debug.WriteLine("Web response: " + responseFromServer);
var urls = new List<string>();
string search = @"\""ou\""\:\""(?<url>.+?)\""";