Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(829)

Unified Diff: dashboard/dashboard/alerts.py

Issue 2569523003: wip (Closed)
Patch Set: wip Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dashboard/dashboard/elements/alert-remove-box.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | dashboard/dashboard/elements/alert-remove-box.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698