Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckt1031 committed Mar 2, 2024
1 parent 6218cd9 commit b7a391a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/obfuscate-config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { DEFAULT_SETTINGS } from '@/config';
import type { ObfuscatedPluginSettings, PluginSettings } from '@/types';
import { Notice } from 'obsidian';

/**
* Security Reminder
Expand Down Expand Up @@ -35,9 +34,6 @@ const deobfuscateConfig = (

return JSON.parse(deobfuscatedConfig) as PluginSettings;
} catch (e) {
new Notice(
'Error while deobfuscating the plugin settings. Please check the console for more information.',
);
console.error('Error while deobfuscating the plugin settings:', e);
return null;
}
Expand Down

0 comments on commit b7a391a

Please sign in to comment.