diff --git a/red4ext/EdgeWeightGPS/src/Main.cpp b/red4ext/EdgeWeightGPS/src/Main.cpp index a17130e..b4d44cc 100644 --- a/red4ext/EdgeWeightGPS/src/Main.cpp +++ b/red4ext/EdgeWeightGPS/src/Main.cpp @@ -446,7 +446,6 @@ bool OnRunningEnter(void* aApp) std::ostringstream line; line << "GameState Running OnEnter app=" << aApp; LogRed4ext(line.str()); - ScanExecutableStrings(); return true; }