summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2007-01-19 04:58:36 +0000
committerMichi Henning <michi@zeroc.com>2007-01-19 04:58:36 +0000
commit8df2095c433d0403cca1a8e74e58a13b839193af (patch)
tree55101ea13ef51fe4923647c8f42c8c6e2cc66a13 /cpp/src
parent*** empty log message *** (diff)
downloadice-8df2095c433d0403cca1a8e74e58a13b839193af.tar.bz2
ice-8df2095c433d0403cca1a8e74e58a13b839193af.tar.xz
ice-8df2095c433d0403cca1a8e74e58a13b839193af.zip
*** empty log message ***
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/slice2html/Gen.cpp1
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 + "\">";