File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2929#include " SelectionContext.h"
3030#include " SelectionContext.h"
3131#include " ActionExecute.h"
32- #include " App.h"
33- #include " ConsoleLoggerService.h"
3432
3533#include " rapidassist/testing.h"
3634#include " rapidassist/filesystem.h"
@@ -111,13 +109,11 @@ namespace shellanything
111109 TRACE_LINE;
112110
113111 {
114- // Override default logger. Replace by a console logger
115- shellanything::App& app = shellanything::App::GetInstance ();
116- app.SetLoggerService (new ConsoleLoggerService ());
117-
118112 // Force verbose mode
119113 static const std::string& VERBOSE_OPTION_NAME = Environment::SYSTEM_LOGGING_VERBOSE_ENVIRONMENT_VARIABLE_NAME;
120114 ra::environment::SetEnvironmentVariableUtf8 (VERBOSE_OPTION_NAME.c_str (), " true" );
115+
116+
121117 }
122118
123119 TRACE_LINE;
You can’t perform that action at this time.
0 commit comments