We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218d81c commit 3872670Copy full SHA for 3872670
1 file changed
src/tests/TestPlugins.cpp
@@ -29,8 +29,6 @@
29
#include "SelectionContext.h"
30
31
#include "ActionExecute.h"
32
-#include "App.h"
33
-#include "ConsoleLoggerService.h"
34
35
#include "rapidassist/testing.h"
36
#include "rapidassist/filesystem.h"
@@ -111,13 +109,11 @@ namespace shellanything
111
109
TRACE_LINE;
112
110
113
{
114
- // Override default logger. Replace by a console logger
115
- shellanything::App& app = shellanything::App::GetInstance();
116
- app.SetLoggerService(new ConsoleLoggerService());
117
-
118
// Force verbose mode
119
static const std::string& VERBOSE_OPTION_NAME = Environment::SYSTEM_LOGGING_VERBOSE_ENVIRONMENT_VARIABLE_NAME;
120
ra::environment::SetEnvironmentVariableUtf8(VERBOSE_OPTION_NAME.c_str(), "true");
+
121
}
122
123
0 commit comments