mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 09:09:58 +00:00
Replace remaining console calls with logger calls
This commit is contained in:
@@ -422,7 +422,7 @@ class OptionsApp extends Component<{}, OptionsAppState> {
|
||||
});
|
||||
}
|
||||
} catch (err) {
|
||||
console.error("Failed to save options");
|
||||
logger.error("Failed to save options");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user