X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FServer.cc;h=66564bb019487f2e28c5bbf1dc60de831f5ccb3c;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=913a271089299b93d59a94b383ffe7b5e9049985;hpb=1e4e4f0d4cdba4ba8b3f7f73849b7e0dc52e2d46;p=senf.git diff --git a/Utils/Console/Server.cc b/Utils/Console/Server.cc index 913a271..66564bb 100644 --- a/Utils/Console/Server.cc +++ b/Utils/Console/Server.cc @@ -284,12 +284,6 @@ prefix_ void senf::console::Client::setNoninteractive() prefix_ std::string::size_type senf::console::Client::handleInput(std::string data, bool incremental) { - if (data.empty() && ! incremental) { - data = lastCommand_; - stream() << "repeat: " << data << std::endl; - } else - lastCommand_ = data; - std::string::size_type n (data.size()); try {