diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/Settings.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index 69e923a..c7e73be 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -26,8 +26,6 @@ export default ErrorBoundary.wrap(function Settings(props) { return o; }, []); - console.log(depMap); - return ( <Forms.FormSection tag="h1" title="Vencord"> <Forms.FormText>SettingsDir: {settingsDir}</Forms.FormText> |