Parent Directory
|
Revision Log
|
Patch
--- trunk/libxmltv/Core/XMLTVSource.cs 2013/03/08 02:13:59 36 +++ trunk/libxmltv/Core/XMLTVSource.cs 2013/03/08 02:17:19 38 @@ -33,7 +33,7 @@ { var doc = instance.XmlDoc; Debug.Assert(doc.Root.Name == XMLTVConstants.ROOT_ELEMENT, string.Format("Expected Root Element: '{0}' but read: '{1}'", XMLTVConstants.ROOT_ELEMENT, doc.Root.Name)); - XMLTV_LOGGER.Log.Verbose.Debug.WriteLine("\tRoot: {0}", doc.Root.Name); + //XMLTV_LOGGER.Log.Verbose.Debug.WriteLine("\tRoot: {0}", doc.Root.Name); var attributes = doc.Root.Attributes().ToList(); foreach (var attribute in attributes) {
ViewVC Help | |
Powered by ViewVC 1.1.22 |