diff options
author | andreas128 <Andreas> | 2017-09-02 19:18:01 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-09-02 19:18:01 +0200 |
commit | 719238f0adc19fb3de3b4fd2695b6bb30d4c9dd5 (patch) | |
tree | 05fb049f22a526dd3b2c46b99f7546a84f4938a3 /dpd/src/Adapt.py | |
parent | 6907d576b69ae065f25584fd4c6635c0c26beab2 (diff) | |
download | dabmod-719238f0adc19fb3de3b4fd2695b6bb30d4c9dd5.tar.gz dabmod-719238f0adc19fb3de3b4fd2695b6bb30d4c9dd5.tar.bz2 dabmod-719238f0adc19fb3de3b4fd2695b6bb30d4c9dd5.zip |
Cleanup logging and plots
Diffstat (limited to 'dpd/src/Adapt.py')
-rw-r--r-- | dpd/src/Adapt.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |