diff options
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r-- | Assistant/Alert.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 51743964b..bc20b59ff 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -218,13 +218,6 @@ scanAlert :: Remote -> Alert scanAlert r = baseActivityAlert { alertHeader = Just $ tenseWords [Tensed "Scanning" "Scanned", showRemotes [r]] - , alertData = - [ Tensed "Ensuring" "Ensured" - , "that" - , showRemotes [r] - , Tensed "is" "was" - , "fully in sync." - ] , alertBlockDisplay = True , alertPriority = Low } |