aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6c06618..f7b7c83 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -304,7 +304,6 @@ int runHostProcess(const QCoreApplication &app, const QStringList &positionalArg
else
std::cout << "Frame Rate .........: default" << std::endl;
std::cout << "Fullscreen .........: " << (Options::instance.fullscreen ? "yes" : "no") << std::endl;
- std::cout << "Fullscreen .........: " << (Options::instance.fullscreen ? "yes" : "no") << std::endl;
std::cout << "Fps Interval .......: " << Options::instance.fpsInterval << std::endl;
std::cout << "Fps Tolerance ......: " << Options::instance.fpsTolerance << std::endl;
std::cout << "Repetitions ........: " << Options::instance.repeat;