summaryrefslogtreecommitdiffstats
path: root/src/TimestampDecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/TimestampDecoder.cpp')
-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)