| Index: dashboard/dashboard/alerts.py
|
| diff --git a/dashboard/dashboard/alerts.py b/dashboard/dashboard/alerts.py
|
| index 684113c4d75a84f20490fb3e857e1ba5ee49d8bc..f22017e22380164e9f2f554a4f6ce81473cd6ee5 100644
|
| --- a/dashboard/dashboard/alerts.py
|
| +++ b/dashboard/dashboard/alerts.py
|
| @@ -155,7 +155,6 @@ def GetAnomalyDict(anomaly_entity, bisect_status=None):
|
| Returns:
|
| A dictionary which is safe to be encoded as JSON.
|
| """
|
| - print anomaly_entity
|
| alert_dict = _AlertDict(anomaly_entity)
|
| alert_dict.update({
|
| 'median_after_anomaly': anomaly_entity.median_after_anomaly,
|
|
|