diff options
author | David Smith <dsmith@redhat.com> | 2008-05-28 12:00:08 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2008-05-28 12:12:15 -0500 |
commit | a90e7a969b9eabd434d206068155c3e75934f00f (patch) | |
tree | 51fa28917750a1673d4c7d7d0997c136a9722fea /tapsets.cxx | |
parent | 37e24fbe9a36eee5cc16f689b55c2e90159d5f2f (diff) | |
download | systemtap-steved-a90e7a969b9eabd434d206068155c3e75934f00f.tar.gz systemtap-steved-a90e7a969b9eabd434d206068155c3e75934f00f.tar.xz systemtap-steved-a90e7a969b9eabd434d206068155c3e75934f00f.zip |
Removed debug print.
2008-05-28 David Smith <dsmith@redhat.com>
* tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
Removed debug print.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 755f6c07..151a1c45 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -5580,7 +5580,6 @@ utrace_derived_probe_group::emit_module_decls (systemtap_session& s) s.op->newline() << "if (! IS_ERR(engine) && engine != NULL) {"; s.op->indent(1); s.op->newline() << "utrace_detach(tsk, engine);"; - s.op->newline() << "_stp_dbug(__FUNCTION__, __LINE__, \"*** disconnected!\\n\");"; s.op->newline(-1) << "}"; s.op->newline(-1) << "}"; s.op->newline() << "break;"; |