diff options
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r-- | Assistant/Alert.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 40c37a94a..4e733428a 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -239,10 +239,6 @@ commitAlert = activityAlert Nothing showRemotes :: [Remote] -> TenseChunk showRemotes = UnTensed . T.unwords . map (T.pack . Remote.name) -pushAlert :: [Remote] -> Alert -pushAlert rs = activityAlert Nothing - [Tensed "Syncing" "Synced", "with", showRemotes rs] - pushRetryAlert :: [Remote] -> Alert pushRetryAlert rs = activityAlert (Just $ tenseWords [Tensed "Retrying" "Retried", "sync"]) |