diff options
author | Shawn Hussey <shawn@zeroc.com> | 2013-03-05 20:11:06 -0330 |
---|---|---|
committer | Shawn Hussey <shawn@zeroc.com> | 2013-03-05 20:11:06 -0330 |
commit | b9e20169e23929c7dd4caa5f91561551171f2047 (patch) | |
tree | d32ca67d9546c32476ef253bb5dca6316be3cbf0 /cpp/src/slice2confluence | |
parent | slice2confluence: Fixed links to dictionaries and sequences. (diff) | |
download | ice-b9e20169e23929c7dd4caa5f91561551171f2047.tar.bz2 ice-b9e20169e23929c7dd4caa5f91561551171f2047.tar.xz ice-b9e20169e23929c7dd4caa5f91561551171f2047.zip |
slice2confluence: Cleaned-up print statements.
Diffstat (limited to 'cpp/src/slice2confluence')
-rw-r--r-- | cpp/src/slice2confluence/Gen.cpp | 1 |
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; } |