From f342292811db27a561c1315050ac502227d6261a Mon Sep 17 00:00:00 2001 From: Frank Mueller Date: Sun, 19 Jul 2020 22:02:34 +0200 Subject: [PATCH] Fix README Signed-off-by: Frank Mueller --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cacb0c1..bc1b2fa 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ * `crumbs` provides a flexible and convenient logging package with an exchangeable backend * `failure` is a more powerful error management than the standard package * `location` allows to retrieve current file and line, helpful for errors and logging -* `logging` is a more controllable logging with an exchangeable backend, e.g. syslog -* `monitor` allows to measure runtimes and monitor variables * `stayset` provides to monitor stuff like parallel instances in different namespaces * `stopwatch` allows to measure runtimes of code points in different namespaces