removing unused code
This commit is contained in:
parent
007275dbf3
commit
22cf2d54da
1 changed files with 0 additions and 8 deletions
|
@ -57,14 +57,6 @@ extractKey = extractKey' . unKey
|
|||
extractKey' (PersistInt64 k) = T.pack $ show k
|
||||
extractKey' _ = ""
|
||||
|
||||
--getUserNameById :: UserId -> Text
|
||||
--getUserNameById userId =
|
||||
-- let
|
||||
-- user = runDB $ getJust $ userId
|
||||
-- in
|
||||
-- userName user
|
||||
|
||||
fromHex :: String -> BL.ByteString
|
||||
fromHex = BL.pack . hexToWords
|
||||
where hexToWords (c:c':text) =
|
||||
let hex = [c, c']
|
||||
|
|
Loading…
Reference in a new issue