Remove log restriction

pathfinder-geometry enabled a log feature that restricts logging
to warn for any binary using it.
This commit is contained in:
Arturo Castro 2020-01-28 12:07:03 +01:00
parent cd05eefac7
commit 7213b3e1cb
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ homepage = "https://github.com/servo/pathfinder"
[dependencies.log] [dependencies.log]
version = "0.4" version = "0.4"
features = ["release_max_level_warn"]
[dependencies.pathfinder_simd] [dependencies.pathfinder_simd]
path = "../simd" path = "../simd"