diff --git a/src/lib/explorer/extensions/command_extension_func.cpp b/src/lib/explorer/extensions/command_extension_func.cpp index 7c36f55e6..d06882961 100644 --- a/src/lib/explorer/extensions/command_extension_func.cpp +++ b/src/lib/explorer/extensions/command_extension_func.cpp @@ -72,7 +72,7 @@ #include #include #include -#include +// #include #include #include #include @@ -197,7 +197,7 @@ void broadcast_extension(const function)> func, std::os func(make_shared()); func(make_shared()); func(make_shared()); - func(make_shared()); + // func(make_shared()); os <<"\r\n"; //did @@ -363,8 +363,8 @@ shared_ptr find_extension(const string& symbol) return make_shared(); if (symbol == getmit::symbol()) return make_shared(); - if (symbol == swapmit::symbol()) - return make_shared(); + // if (symbol == swapmit::symbol()) + // return make_shared(); // did if (symbol == registerdid::symbol())