X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/be3d58dbca4e5aeb16c15983ca59a1db56b9fd7a..8c6fa3fbaccc22127280bf77a48fab5a3ee0716e:/stglibs/srvconf.lib/parsers/get_service.cpp diff --git a/stglibs/srvconf.lib/parsers/get_service.cpp b/stglibs/srvconf.lib/parsers/get_service.cpp index f6de8e51..e9949cbc 100644 --- a/stglibs/srvconf.lib/parsers/get_service.cpp +++ b/stglibs/srvconf.lib/parsers/get_service.cpp @@ -94,8 +94,6 @@ if (strcasecmp(el, "service") == 0) error = std::string("Invalid parameter '") + *pos + "' or value '" + *(pos + 1) + "'."; break; } - else - printfd(__FILE__, "Parsed '%s' successfully.\n", *pos); } } else