Remove unused Profile controller, from the scaffolding

This commit is contained in:
Danielle McLean 2017-10-03 13:37:24 +11:00
parent 0a230e7644
commit a2a0ec5127
Signed by: 00dani
GPG key ID: 3844A6973C6058F1
5 changed files with 2 additions and 72 deletions

View file

@ -49,7 +49,6 @@ import System.Log.FastLogger (defaultBufSize, newStdoutLoggerSet,
-- Don't forget to add new modules to your cabal file!
import Handler.Common
import Handler.Home
import Handler.Profile
-- This line actually creates our YesodDispatch instance. It is the second half
-- of the call to mkYesodData which occurs in Foundation.hs. Please see the