Parent Directory
|
Revision Log
|
Patch
--- trunk/libThermoControl/Configuration.cs 2013/11/13 03:08:40 24 +++ trunk/libThermoControl/Configuration.cs 2013/11/13 03:08:55 25 @@ -158,7 +158,7 @@ raw_line = raw_line.Replace("<td>", "").Replace("</td>", "").Replace("°",""); raw_line = raw_line.Trim(); //Console.WriteLine("Found Raw: {0}", line); - Console.WriteLine("Found Parsed: {0}", raw_line); + //Console.WriteLine("Found Parsed: {0}", raw_line); UrlsToDownload.Add(new URLLink("Now", new Uri(scrapper.URL), raw_line)); break; }
ViewVC Help | |
Powered by ViewVC 1.1.22 |