From 0d681f0f5a23d1ad32206c385b7e4201749abc27 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 10 Jan 2014 09:56:06 +0100 Subject: remove setting fixed offset to message --- src/TimestampDecoder.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3