<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -524,7 +524,7 @@ class Tvdb:
                 self.log.debug('Auto-selecting first search result using BaseUI')
                 ui = BaseUI(config = self.config, log = self.log)
             else:
-                self.log.debug('Interactivily selecting show using ConsoleUI')
+                self.log.debug('Interactively selecting show using ConsoleUI')
                 ui = ConsoleUI(config = self.config, log = self.log)
             #end if config['interactive]
         #end if custom_ui != None
@@ -568,14 +568,12 @@ class Tvdb:
             if not bid in banners[btype][btype2]:
                 banners[btype][btype2][bid] = {}
 
-            self.log.debug(&quot;Banner: %s&quot;, bid)
             for cur_element in cur_banner.getchildren():
                 tag = cur_element.tag.lower()
                 value = cur_element.text
                 if tag is None or value is None:
                     continue
                 tag, value = tag.lower(), value.lower()
-                self.log.debug(&quot;Banner info: %s = %s&quot; % (tag, value))
                 banners[btype][btype2][bid][tag] = value
 
             for k, v in banners[btype][btype2][bid].items():
@@ -583,7 +581,6 @@ class Tvdb:
                     new_key = &quot;_%s&quot; % (k)
                     self.log.debug(&quot;Transforming %s to %s&quot; % (k, new_key))
                     new_url = self.config['url_artworkPrefix'] % (v)
-                    self.log.debug(&quot;New banner URL: %s&quot; % (new_url))
                     banners[btype][btype2][bid][new_key] = new_url
 
         self._setShowData(sid, &quot;_banners&quot;, banners)
@@ -637,7 +634,7 @@ class Tvdb:
         &quot;&quot;&quot;
 
         if self.config['language'] is None:
-            self.log.debug('Config language is none, using show langauge')
+            self.log.debug('Config language is none, using show language')
             getShowInLanguage = language
         else:
             self.log.debug(
@@ -664,7 +661,6 @@ class Tvdb:
                     value = self._cleanData(value)
 
             self._setShowData(sid, tag, value)
-            self.log.debug(&quot;Got info: %s = %s&quot; % (tag, value))
         #end for series
 
         # Parse banners</diff>
      <filename>tvdb_api.py</filename>
    </modified>
    <modified>
      <diff>@@ -69,7 +69,7 @@ class ConsoleUI(BaseUI):
         print &quot;TVDB Search Results:&quot;
         for i, cshow in enumerate(allSeries[:6]):
             i_show = i + 1 # Start at more human readable number 1 (not 0)
-            self.log.debug('Showing allSeries[%s] = %s)' % (i_show, allSeries[i]))
+            self.log.debug('Showing allSeries[%s], series %s)' % (i_show, allSeries[i]['seriesname']))
             print &quot;%s -&gt; %s [%s] # http://thetvdb.com/?tab=series&amp;id=%s&quot; % (
                 i_show,
                 cshow['seriesname'].encode(&quot;UTF-8&quot;, &quot;ignore&quot;),</diff>
      <filename>tvdb_ui.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ba7c14fba643371903399ba604f3b5bf29e53fd2</id>
    </parent>
  </parents>
  <author>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </author>
  <url>http://github.com/dbr/tvdb_api/commit/22fc8794db977aa32423aaf3097046bc29413886</url>
  <id>22fc8794db977aa32423aaf3097046bc29413886</id>
  <committed-date>2009-11-01T13:30:20-08:00</committed-date>
  <authored-date>2009-11-01T13:30:20-08:00</authored-date>
  <message>Remove (or shorten) a bunch of unhelpful logging.debug messages</message>
  <tree>9d4d4fc7a9411414dac69398c515bf813e9d0d75</tree>
  <committer>
    <name>dbr</name>
    <email>dbr.onix@gmail.com</email>
  </committer>
</commit>
