Index: roll_dep.py |
diff --git a/roll_dep.py b/roll_dep.py |
index 10c58295659a33c75b1d48fe7b39f45a0aeed7d4..c5cef840313277c0bd6caaa2d5775f6080dc0f3e 100755 |
--- a/roll_dep.py |
+++ b/roll_dep.py |
@@ -63,7 +63,6 @@ def should_show_log(upstream_url): |
# Skip logs for very active projects. |
if upstream_url.endswith(( |
'/angle/angle.git', |
- '/catapult-project/catapult.git', |
'/v8/v8.git')): |
return False |
if 'webrtc' in upstream_url: |