mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-15 18:13:40 +03:00
change log to debug
This commit is contained in:
@@ -52,7 +52,7 @@ class PluginBrowser:
|
||||
if plugin['name'] == name:
|
||||
return path.join(self.plugin_path, folder)
|
||||
except:
|
||||
self.log.info("skipping " + folder)
|
||||
self.log.debug("skipping " + folder)
|
||||
|
||||
async def uninstall_plugin(self, name):
|
||||
tab = await get_tab("SP")
|
||||
|
||||
Reference in New Issue
Block a user