Index: blueprint/template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/blueprint/blueprint/Attic/template.php,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 template.php
--- blueprint/template.php	8 Dec 2009 21:26:00 -0000	1.1.2.3
+++ blueprint/template.php	12 Dec 2009 21:34:00 -0000
@@ -86,7 +86,6 @@ function blueprint_preprocess_page(&$var
   if (!$vars['logo'] && ($header_switch == 'full' || $header_switch == 'logo')) {
     $header_switch = 'text';
   }
-  dpm($header_switch);
   switch ($header_switch) {
     case 'full':
       $vars['logo_block'] = "<a title=". $vars['site_name'] . $site_slogan ." href=". url() ."><img src=". $vars['logo'] ." alt=". $vars['site_name'] ." border='0' />".  $vars['site_name'] . $site_slogan ."</a>";
