aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-10 09:56:06 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-10 09:56:06 +0100
commit0d681f0f5a23d1ad32206c385b7e4201749abc27 (patch)
treed035652da91c33ac5046c846983fd7c94c88fc08 /src
parent1f5ab2f076f0a249ce07e05909a176f3b95d1c01 (diff)
downloaddabmod-0d681f0f5a23d1ad32206c385b7e4201749abc27.tar.gz
dabmod-0d681f0f5a23d1ad32206c385b7e4201749abc27.tar.bz2
dabmod-0d681f0f5a23d1ad32206c385b7e4201749abc27.zip
remove setting fixed offset to message
Diffstat (limited to 'src')
-rw-r--r--src/TimestampDecoder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/TimestampDecoder.cpp b/src/TimestampDecoder.cpp
index 7883da9..0e7a3e8 100644
--- a/src/TimestampDecoder.cpp
+++ b/src/TimestampDecoder.cpp
@@ -198,7 +198,6 @@ bool TimestampDecoder::updateModulatorOffset()
if (modconfig.use_offset_fixed)
{
timestamp_offset = modconfig.offset_fixed;
- myLogger.level(info) << "Setting fixed offset to " << timestamp_offset;
return true;
}
else if (modconfig.use_offset_file)