The change in 027e2ea741bdbcb6e1afc3fe527c3fdf045825c3 included some
debugging code that should have been removed before being added. This
removes it.
Change-Id: Ia56e1eb7305683b6c00b27a727fc8e094c65a963
| ... | ... |
@@ -156,8 +156,6 @@ function _cleanup_ceilometer_apache_wsgi {
|
| 156 | 156 |
# runs that a clean run would need to clean up |
| 157 | 157 |
function cleanup_ceilometer {
|
| 158 | 158 |
if [ "$CEILOMETER_BACKEND" = 'mongodb' ] ; then |
| 159 |
- echo "### cleaning database" |
|
| 160 |
- read |
|
| 161 | 159 |
mongo ceilometer --eval "db.dropDatabase();" |
| 162 | 160 |
elif [ "$CEILOMETER_BACKEND" = 'es' ] ; then |
| 163 | 161 |
curl -XDELETE "localhost:9200/events_*" |