Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Mar 7, 2017
1 parent e06c08e commit 6881449
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Setup/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,8 @@ initialModel settings onMac =
, newExperiment = ""
, ratings = []
, secondsSinceBreak = 0
, intervalsSinceBreak =
0
, availableUpdateVersion =
Nothing
-- , availableUpdateVersion = Just "update!"
, intervalsSinceBreak = 0
, availableUpdateVersion = Nothing
, dragDrop = DragDrop.init
, onMac = onMac
}
Expand Down

0 comments on commit 6881449

Please sign in to comment.