Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 024bdc2

Browse files
committed
Remove debugging statement
1 parent fffddf3 commit 024bdc2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/ci/update_pr_preview.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ def get_pull_requests(self, updated_since):
5555
url = '{}/search/issues?q=repo:{}/{}+is:pr+updated:>{}'.format(
5656
self._host, self._org, self._repo, window_start
5757
)
58-
url = '{}/search/issues?q=repo:{}/{}+is:pr+created:2019-09-16 WebVTT'.format(
59-
self._host, self._org, self._repo
60-
)
6158
data = request('GET', url)
6259
if data['incomplete_results']:
6360
raise Exception('Incomplete results')

0 commit comments

Comments
 (0)