summaryrefslogtreecommitdiff
path: root/cpp/src/slice2html/Gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-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 + "\">";