Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Feb 4, 2022
1 parent 1c38e4a commit 65dfabd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IHP/ModelSupport.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ createModelContext idleTime maxConnections databaseUrl logger = do
let destroy = PG.close
connectionPool <- Pool.createPool create destroy numStripes idleTime maxConnections

let queryDebuggingEnabled = False -- The app server will override this in dev mode and set it to True
let trackTableReadCallback = Nothing
let transactionConnection = Nothing
let rowLevelSecurity = Nothing
Expand Down

0 comments on commit 65dfabd

Please sign in to comment.