Skip to content

Commit ab2a37e

Browse files
authored
remove extra log
1 parent bb1a988 commit ab2a37e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Source/MachineLearningRemote/Private/MachineLearningRemote.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#include "MachineLearningRemote.h"
44
#include "MachineLearningBase.h"
55

6-
DEFINE_LOG_CATEGORY(MLBaseLog);
7-
86
#define LOCTEXT_NAMESPACE "FMachineLearningRemoteModule"
97

108
void FMachineLearningRemoteModule::StartupModule()
@@ -20,4 +18,4 @@ void FMachineLearningRemoteModule::ShutdownModule()
2018

2119
#undef LOCTEXT_NAMESPACE
2220

23-
IMPLEMENT_MODULE(FMachineLearningRemoteModule, MachineLearningRemote)
21+
IMPLEMENT_MODULE(FMachineLearningRemoteModule, MachineLearningRemote)

0 commit comments

Comments
 (0)