summaryrefslogtreecommitdiff
path: root/cpp/src/slice2confluence/Gen.cpp
diff options
context:
space:
mode:
authorShawn Hussey <shawn@zeroc.com>2013-03-05 20:11:06 -0330
committerShawn Hussey <shawn@zeroc.com>2013-03-05 20:11:06 -0330
commitb9e20169e23929c7dd4caa5f91561551171f2047 (patch)
treed32ca67d9546c32476ef253bb5dca6316be3cbf0 /cpp/src/slice2confluence/Gen.cpp
parentslice2confluence: Fixed links to dictionaries and sequences. (diff)
downloadice-b9e20169e23929c7dd4caa5f91561551171f2047.tar.bz2
ice-b9e20169e23929c7dd4caa5f91561551171f2047.tar.xz
ice-b9e20169e23929c7dd4caa5f91561551171f2047.zip
slice2confluence: Cleaned-up print statements.
Diffstat (limited to 'cpp/src/slice2confluence/Gen.cpp')
-rw-r--r--cpp/src/slice2confluence/Gen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/slice2confluence/Gen.cpp b/cpp/src/slice2confluence/Gen.cpp
index 7d88b4fe5ba..4b059667033 100644
--- a/cpp/src/slice2confluence/Gen.cpp
+++ b/cpp/src/slice2confluence/Gen.cpp
@@ -1300,7 +1300,6 @@ Slice::GeneratorBase::getLinkPath(const SyntaxTreeBasePtr& p, const ContainerPtr
if (DictionaryPtr::dynamicCast(p) || SequencePtr::dynamicCast(p))
{
string path = ContainedPtr::dynamicCast(ContainedPtr::dynamicCast(p)->container())->name() + MODULE_SUFFIX;
- cout << "DICT: " << path << "-" << ContainedPtr::dynamicCast(p)->name() << endl;
return path;
}