diff options
author | Michi Henning <michi@zeroc.com> | 2007-01-19 04:58:36 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-01-19 04:58:36 +0000 |
commit | 8df2095c433d0403cca1a8e74e58a13b839193af (patch) | |
tree | 55101ea13ef51fe4923647c8f42c8c6e2cc66a13 /cpp/src/slice2html/Gen.cpp | |
parent | *** empty log message *** (diff) | |
download | ice-8df2095c433d0403cca1a8e74e58a13b839193af.tar.bz2 ice-8df2095c433d0403cca1a8e74e58a13b839193af.tar.xz ice-8df2095c433d0403cca1a8e74e58a13b839193af.zip |
*** empty log message ***
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index 48b7549ba22..361e7f82315 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -1523,7 +1523,6 @@ Slice::StartPageGenerator::printHeaderFooter() start("tr"); start("td"); string logoURL = getLogoURL(); - cerr << "logo: " << logoURL << endl; if(!logoURL.empty()) { _out << "<a href=\"" + logoURL + "\">"; |