summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL')
-rw-r--r--TAO/TAO_IDL/ast/ast_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_interface.cpp b/TAO/TAO_IDL/ast/ast_interface.cpp
index 8ae796dfa5e..7a288f33989 100644
--- a/TAO/TAO_IDL/ast/ast_interface.cpp
+++ b/TAO/TAO_IDL/ast/ast_interface.cpp
@@ -915,7 +915,7 @@ AST_Interface::fe_add_typedef (AST_Typedef *t)
return 0;
}
}
-ACE_DEBUG ((LM_DEBUG, "ast_interface::fe_add_typedef\n"));
+
// Add it to scope.
this->add_to_scope (t);