Skip to content

Commit 452b8fc

Browse files
committed
chore(old): remove slackccugl from code
1 parent 5506f42 commit 452b8fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kotlin-website.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ def validate_links_weak(page, page_path):
344344
if href.scheme != '':
345345
continue
346346

347-
if page_path == 'community/slackccugl':
348-
continue
349-
350347
endpoint, params = url_adapter.match(href.path, 'GET', query_args={})
351348
if endpoint != 'page' and endpoint != 'get_index_page':
352349
response = app.test_client().get(href.path)

0 commit comments

Comments
 (0)