Skip to content

Commit 2c3c24a

Browse files
authored
Fix review finding
1 parent 80e9a93 commit 2c3c24a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

code/Common/Logger.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,6 @@ Logger::Logger() :
241241
mVerboseMode(VerboseMode::Normal),
242242
mIntention(0) {
243243
mLogStreams.add(new StdLogStream);
244-
245-
#ifdef OSRE_WINDOWS
246-
mLogStreams.add(new Platform::Win32DbgLogStream);
247-
#endif // OSRE_WINDOWS
248244
}
249245

250246
Logger::~Logger() {

0 commit comments

Comments
 (0)