Code

Removed an unwanter fprintf line
authorKalle Wallin <kaw@linux.se>
Thu, 24 Jun 2004 16:17:20 +0000 (16:17 +0000)
committerKalle Wallin <kaw@linux.se>
Thu, 24 Jun 2004 16:17:20 +0000 (16:17 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1649 09075e82-0dd4-0310-85a5-a0d7c8717e4f

src/main.c

index bc607da81ab74134a14c327f371feeeabd151761..0490e6ba72e67110d3684e4f9eab55db2cd42bcb 100644 (file)
@@ -103,7 +103,6 @@ update_xterm_title(void)
   if( strcmp(title,tmp) )
     {
       strncpy(title, tmp, BUFSIZE);
-      fprintf(stderr, "%s\n", title);
       set_xterm_title(title);
     }
 }