remove tracking of current sql query

this will not work like this anymore with async
This commit is contained in:
dignifiedquire
2020-05-22 11:37:03 +02:00
parent 70a2dbb4bb
commit d1f9563e1f
3 changed files with 15 additions and 93 deletions

View File

@@ -40,7 +40,6 @@ r2d2_sqlite = "0.15.0"
r2d2 = "0.8.5"
strum = "0.16.0"
strum_macros = "0.16.0"
thread-local-object = "0.1.0"
backtrace = "0.3.33"
byteorder = "1.3.1"
itertools = "0.8.0"