Index: rietveld.py |
diff --git a/rietveld.py b/rietveld.py |
index 5d83cc61be2477d0d0d33aea2fcf5bc0f3aa5c10..1c569fc9bb1c51a6319cc1caee75f598f161ddce 100644 |
--- a/rietveld.py |
+++ b/rietveld.py |
@@ -579,9 +579,6 @@ |
self.url = url.rstrip('/') |
bot_url = self.url |
- # TODO(tandrii): remove temp fix due to cert problem: crbug/537763 |
- if bot_url.endswith('codereview.chromium.org'): |
- bot_url = 'https://chromiumcodereview.appspot.com' |
if self.url.endswith('googleplex.com'): |
bot_url = self.url + '/bots' |