remove the "running" alert

This commit is contained in:
Joey Hess 2012-07-30 18:26:36 -04:00
parent 81b9023ff7
commit 5de897e8d7
2 changed files with 0 additions and 9 deletions

View file

@ -87,8 +87,6 @@ startupScan st dstatus scanner = do
modifyDaemonStatus_ dstatus $ \s -> s { scanComplete = True }
return (True, r)
void $ addAlert dstatus runningAlert
return r