From d80a387ecae46c251ac5478cf80e951cb788652d Mon Sep 17 00:00:00 2001 From: Cailean Finn Date: Thu, 9 May 2024 15:45:20 +0100 Subject: [PATCH] removed print statement --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index a3bfb70..e633c63 100644 --- a/app.py +++ b/app.py @@ -171,7 +171,6 @@ class WikiApp(Flask): # print(links) # Remove any element with class 'mw-editsection' edit_sections = soup.find_all(class_='mw-editsection') - print(edit_sections) for edit_section in edit_sections: edit_section.decompose()