diff --git a/Internal/hook/features/LoadIntoMap.h b/Internal/hook/features/LoadIntoMap.h index e5c2d2e..07bc4af 100644 --- a/Internal/hook/features/LoadIntoMap.h +++ b/Internal/hook/features/LoadIntoMap.h @@ -28,7 +28,6 @@ class LoadIntoMap : public Feature if (!Globals::PlayerController) return false; if (Globals::PlayerController->IsInGame()) return false; - Log(Enabled ? "Enabled" : "Not Enabled"); return Enabled; }; diff --git a/Internal/hook/features/NoRecoil.h b/Internal/hook/features/NoRecoil.h index 06309be..2f8520c 100644 --- a/Internal/hook/features/NoRecoil.h +++ b/Internal/hook/features/NoRecoil.h @@ -90,10 +90,4 @@ class NoRecoil : public Feature ApplyRecoil(Gun->recoilConfig, noRecoilConfig); }; - - void Log(std::string message) - { - if (!Settings.DEBUG.FeaturesLogging) return; - Logger::Log("FEATURE", std::format("[No Recoil] {}", message)); - }; }; \ No newline at end of file