From 4358215692ce4b689600c91f20d9809294d36823 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 3 Jun 2021 14:54:02 +0200 Subject: [PATCH] Removed target not changed message --- src/output/output.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/output/output.cpp b/src/output/output.cpp index c35b7f5a..56d9d6f8 100644 --- a/src/output/output.cpp +++ b/src/output/output.cpp @@ -99,8 +99,6 @@ namespace Mist{ INFO_MSG("Stripping target options: %s", tgt.substr(tgt.rfind('?') + 1).c_str()); HTTP::parseVars(tgt.substr(tgt.rfind('?') + 1), targetParams); config->getOption("target", true).append(tgt.substr(0, tgt.rfind('?'))); - }else{ - INFO_MSG("Not modifying target (%s), no options present", tgt.c_str()); } } if (targetParams.count("rate")){