mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Removing print lines
This commit is contained in:
parent
7e02b45698
commit
836f980ac2
1 changed files with 0 additions and 2 deletions
|
|
@ -914,7 +914,6 @@ class PluginManager:
|
|||
if full_changelog[1]:
|
||||
pattern = rf"### {version} \(\d\d-\d\d-\d{{4}}\)\n(.*?)(?=### \d+\.\d+\.\d+|\Z)"
|
||||
if (len(full_changelog[0].split(version)) > 1):
|
||||
print(len(full_changelog[0].split(version)))
|
||||
released_on = full_changelog[0].split(version)[1].split('\n')[0]
|
||||
matches = re.findall(pattern, full_changelog[0], re.DOTALL)
|
||||
else:
|
||||
|
|
@ -1962,7 +1961,6 @@ class PluginManagerWindow(bui.MainWindow):
|
|||
def get_main_window_state(self) -> bui.MainWindowState:
|
||||
# Support recreating our window for back/refresh purposes.
|
||||
global open_popups
|
||||
print(open_popups)
|
||||
for popup in open_popups:
|
||||
try:
|
||||
bui.containerwidget(edit=popup._root_widget, transition='out_scale')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue