diff options
| author | AAGaming <aagaming@riseup.net> | 2024-02-21 17:39:13 -0500 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-02-21 17:39:13 -0500 |
| commit | a449181802f05c0d1bd1a318741ce347e993d6f7 (patch) | |
| tree | cbc10cf34623e0895bf434f1501a26362a9e8591 /frontend/src/start.tsx | |
| parent | 4696583680e18599280ebcce1d8db759294e27e4 (diff) | |
| download | decky-loader-a449181802f05c0d1bd1a318741ce347e993d6f7.tar.gz decky-loader-a449181802f05c0d1bd1a318741ce347e993d6f7.zip | |
hook up the backend api
Diffstat (limited to 'frontend/src/start.tsx')
| -rw-r--r-- | frontend/src/start.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/start.tsx b/frontend/src/start.tsx index a2837a1b..e9a2a8ec 100644 --- a/frontend/src/start.tsx +++ b/frontend/src/start.tsx @@ -44,7 +44,6 @@ declare global { window?.DeckyPluginLoader?.deinit(); window.DeckyPluginLoader = new PluginLoader(); DeckyPluginLoader.init(); - console.log(import.meta.url); })(); export default i18n; |
