remove debugger

This commit is contained in:
LenAnderson 2023-12-22 12:56:33 +00:00
parent 4fc456dffa
commit f90e60783c
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ const loadSettings = async () => {
try {
settings = QuickReplySettings.from(extension_settings.quickReplyV2);
} catch (ex) {
//TODO remove debugger
debugger;
settings = QuickReplySettings.from(defaultSettings);
}
};