remove todo

This commit is contained in:
austinried 2023-05-16 08:50:06 +09:00
parent 53d284ace4
commit c56e3dba0f

View File

@ -164,7 +164,6 @@ class SourcePage extends HookConsumerWidget {
); );
} }
} catch (e, st) { } catch (e, st) {
// TOOD: toast the error or whatever
showErrorSnackbar(context, e.toString()); showErrorSnackbar(context, e.toString());
log.severe('Saving source', e, st); log.severe('Saving source', e, st);
error = true; error = true;