diff options
Diffstat (limited to 'cpp/src/Slice/Parser.cpp')
-rw-r--r-- | cpp/src/Slice/Parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Slice/Parser.cpp b/cpp/src/Slice/Parser.cpp index 45bf10ad08b..3a8492eaf60 100644 --- a/cpp/src/Slice/Parser.cpp +++ b/cpp/src/Slice/Parser.cpp @@ -2990,7 +2990,6 @@ Slice::Operation::createParamDecl(const string& name, const TypePtr& type, bool } ParamDeclPtr p = new ParamDecl(this, name, type, isOutParam); -cerr << "Pushing " << name << endl; _contents.push_back(p); return p; } |