Add 'unflatten' to doxygen/dot processing
[senf.git] / Utils / Console / Server.cc
index 913a271..66564bb 100644 (file)
@@ -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 {