We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1a988 commit ab2a37eCopy full SHA for ab2a37e
Source/MachineLearningRemote/Private/MachineLearningRemote.cpp
@@ -3,8 +3,6 @@
3
#include "MachineLearningRemote.h"
4
#include "MachineLearningBase.h"
5
6
-DEFINE_LOG_CATEGORY(MLBaseLog);
7
-
8
#define LOCTEXT_NAMESPACE "FMachineLearningRemoteModule"
9
10
void FMachineLearningRemoteModule::StartupModule()
@@ -20,4 +18,4 @@ void FMachineLearningRemoteModule::ShutdownModule()
20
18
21
19
#undef LOCTEXT_NAMESPACE
22
23
-IMPLEMENT_MODULE(FMachineLearningRemoteModule, MachineLearningRemote)
+IMPLEMENT_MODULE(FMachineLearningRemoteModule, MachineLearningRemote)
0 commit comments