From 719238f0adc19fb3de3b4fd2695b6bb30d4c9dd5 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Sat, 2 Sep 2017 19:18:01 +0200 Subject: Cleanup logging and plots --- dpd/src/Adapt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpd/src/Adapt.py') diff --git a/dpd/src/Adapt.py b/dpd/src/Adapt.py index 2fb596f..7b33851 100644 --- a/dpd/src/Adapt.py +++ b/dpd/src/Adapt.py @@ -24,7 +24,7 @@ class Adapt: """ def __init__(self, port, coef_path): - logging.info("Instantiate Adapt object") + logging.debug("Instantiate Adapt object") self.port = port self.coef_path = coef_path self.host = "localhost" -- cgit v1.2.3