Remove debugging artifacts

The change in 027e2ea741bdbcb6e1afc3fe527c3fdf045825c3 included some
debugging code that should have been removed before being added. This
removes it.

Change-Id: Ia56e1eb7305683b6c00b27a727fc8e094c65a963
This commit is contained in:
Chris Dent 2015-06-17 16:39:37 +00:00
parent 598f2effed
commit 40fc66324c

@ -156,8 +156,6 @@ function _cleanup_ceilometer_apache_wsgi {
# runs that a clean run would need to clean up
function cleanup_ceilometer {
if [ "$CEILOMETER_BACKEND" = 'mongodb' ] ; then
echo "### cleaning database"
read
mongo ceilometer --eval "db.dropDatabase();"
elif [ "$CEILOMETER_BACKEND" = 'es' ] ; then
curl -XDELETE "localhost:9200/events_*"