diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 11:02:29 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 11:02:29 -0400 |
| commit | 222e2fe8a4cc555840ce7e2f5f9015a21f325d37 (patch) | |
| tree | a4144ad7aa1d4b08247d8de6043ce9cb3f9087ab /Propellor/Property | |
| parent | 7a0074454bbae2506c102a57add9af17a32907cc (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Property')
| -rw-r--r-- | Propellor/Property/Scheduled.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Propellor/Property/Scheduled.hs b/Propellor/Property/Scheduled.hs index bef2a297..827c648c 100644 --- a/Propellor/Property/Scheduled.hs +++ b/Propellor/Property/Scheduled.hs @@ -21,7 +21,6 @@ import qualified Data.Map as M period :: Property -> Recurrance -> Property period prop recurrance = Property desc $ do lasttime <- getLastChecked (propertyDesc prop) - print lasttime nexttime <- fmap startTime <$> nextTime schedule lasttime t <- localNow if Just t >= nexttime |
