Index: libs/libmyth/uitypes.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/uitypes.cpp,v
retrieving revision 1.100
diff -u -r1.100 uitypes.cpp
--- libs/libmyth/uitypes.cpp	23 May 2005 20:39:12 -0000	1.100
+++ libs/libmyth/uitypes.cpp	28 May 2005 00:08:33 -0000
@@ -2656,9 +2656,8 @@
         GenericTree *parent = current_node->getParent();
         if (parent == NULL)
         {
-            cerr << "UIManagedTreeListType: LCD sees no "
-                 << "parent to current_node" 
-                 << endl;
+            VERBOSE(VB_IMPORTANT, "UIManagedTreeListType: LCD sees no "
+                 "parent to current_node" );
         }
         else 
         {
@@ -2689,7 +2688,6 @@
             title += (current_node->childCount () > 0) ? " >> " : "  ";
             if (!menuItems.isEmpty())
             {
-                printf ("managedtree::draw\n");
                 lcddev->switchToMenu(&menuItems, title);
             }
         }
