Skip to content

Commit

Permalink
moigagoo#159 Removed some unnecessary changes I made for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Aug 23, 2022
1 parent 502e34e commit 5ebf1d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- [t]—test suite improvement
- [d]—docs improvement


## 2.5.2 (WIP)

- [r] Logging: refactored `log` module to not trigger warnings when `normDebug` is not defined.
Expand Down
5 changes: 1 addition & 4 deletions tests/postgres/tfkpragma.nim
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import std/[unittest, times, strutils, logging]
import std/[unittest, times, strutils]

import norm/[model, postgres]

import ../models

addHandler(newConsoleLogger(levelThreshold = lvlDebug))


const
dbHost = "postgres"
dbUser = "postgres"
Expand Down

0 comments on commit 5ebf1d3

Please sign in to comment.