Apply suggestions from code review

Mostly removals of commented code.
This commit is contained in:
Keagan McClelland
2021-09-29 11:27:46 -06:00
parent b9664e7234
commit 55dfe2f7e5
4 changed files with 2 additions and 12 deletions

View File

@@ -133,6 +133,4 @@ spec = do
app <- runDBtest $ insert $ SApp time Nothing "Bitcoin Core" "bitcoin" "short desc" "long desc" "png"
_ <- runDBtest $ insert $ SVersion time Nothing app "0.19.0.0" "release notes 0.19.0.0" Any Any Nothing
_ <- runDBtest $ insert $ SVersion time Nothing app "0.20.0.0" "release notes 0.19.0.0" Any Any Nothing
-- res <- runDBtest $ getServiceVersionsWithReleaseNotes "bitcoin"
-- print res
print ()