Skip to content

Commit 9a9cefa

Browse files
committed
remove debug
1 parent 6f4a043 commit 9a9cefa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

check_wikimedia_search_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ def main():
8080
for row in reader:
8181
search_term, expected_result, must_not_match = row
8282
must_not_match=bool(int(must_not_match))
83-
if must_not_match:
84-
print ("must not match "+str(must_not_match)+" for " +search_term)
8583
row_result = [expected_result, search_term]
8684
for api in apis:
8785
good_or_bad, display_text, tooltip, full_url = process_api(api['name'], api['url'], api['params'], search_term, expected_result, must_not_match)

0 commit comments

Comments
 (0)