Skip to content

Commit 3872670

Browse files
committed
Revert "Temporary modified TestPlugins.cpp for high debugging on AppVeyor."
This reverts commit 25ca469.
1 parent 218d81c commit 3872670

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/tests/TestPlugins.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
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;

0 commit comments

Comments
 (0)