diff options
Diffstat (limited to 'src/Utils.cpp')
-rw-r--r-- | src/Utils.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp index dd63862..4d97359 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -147,13 +147,6 @@ void printVersion(void) void printStartupInfo() { printHeader(); - - etiLog.level(info) << "Starting up version " << -#if defined(GITVERSION) - GITVERSION; -#else - VERSION; -#endif } int set_realtime_prio(int prio) |