mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix(developers): #40 Removing sentry noise on preset import caused by malformed data.
This commit is contained in:
parent
39fc10a6d2
commit
dbf6702873
@ -25,7 +25,6 @@ function preset_import() {
|
||||
} catch (e) {
|
||||
notification('danger', 'Unable to import presets, malformed data.');
|
||||
appendLog(`preset_import() ${e}`);
|
||||
Sentry.captureException(`preset_import() ${e}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user