summaryrefslogtreecommitdiffstats
path: root/misc/dmaapbc
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dmaapbc')
-rw-r--r--misc/dmaapbc1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/dmaapbc b/misc/dmaapbc
index ab30d73..aca8f9e 100644
--- a/misc/dmaapbc
+++ b/misc/dmaapbc
@@ -39,7 +39,6 @@ MAIN=org.onap.dmaap.dbcapi.server.Main
pids() {
- echo "ENTER pids"
set -x
ps -ef | grep java | grep $MAIN | sed -e 's/[^ ]* *//' -e 's/ .*//'
set +x