diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-02-05 18:11:56 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-02-05 18:11:56 +0800 |
commit | eee60472532f565d06db15c82cf338f7c509f7cb (patch) | |
tree | f90ccc5ddc1c280bde6674697abcd0b0cb5350e8 | |
parent | d85e05ba91119e9702fbf2f2c8c5ace7139d3308 (diff) | |
download | titleinfo-eee60472532f565d06db15c82cf338f7c509f7cb.tar.gz titleinfo-eee60472532f565d06db15c82cf338f7c509f7cb.tar.bz2 |
Eliminate debug message
-rw-r--r-- | src/titleinfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/titleinfo.cpp b/src/titleinfo.cpp index 621723d..7a5d244 100644 --- a/src/titleinfo.cpp +++ b/src/titleinfo.cpp @@ -36,8 +36,6 @@ TitleinfoWindow::updateVisibleName () TITLEINFO_SCREEN (screen); - fprintf (stderr, "title is %s\n", title.c_str ()); - f_title = title.size () ? title : ""; if (ts->optionGetShowRoot () && owner == 0) |