Skip to content

Commit edd3022

Browse files
committed
cleanup
1 parent a3bca9f commit edd3022

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyprland/command.py

-2
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ async def __load_plugins_config(self, init: bool = True) -> None:
154154
init_pyprland = "pyprland" not in self.plugins
155155

156156
for name in ["pyprland", self.first_provider_name] + self.config["pyprland"]["plugins"]:
157-
print(f"Loading {name}")
158157
if name not in self.plugins and not await self._load_single_plugin(name, init):
159-
print("continue")
160158
continue
161159
if init:
162160
try:

pyprland/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version."""
22

3-
VERSION = "2.3.7-2"
3+
VERSION = "2.3.7-3"

0 commit comments

Comments
 (0)