diff --git a/src/state.ts b/src/state.ts
index 6bfda77..5760d0c 100644
--- a/src/state.ts
+++ b/src/state.ts
@@ -12,9 +12,6 @@ const state: State = {
notifications: ref([])
}
-// { level: 'warning', title: 'This is a pre-alpha version.', content: 'Many features are still unstable or completely missing. Check out the code repository for more information.', dismissed: false },
-// { level: 'info', title: '', content: 'Click the PLUS to create a new deck of cards.', dismissed: false },
-
/// actions are called like action['sub/foo'](state.sub, payload)
export const stateActions = {
'notifications/add' (notifications: Ref, payload: Payload) {