From da57e7b7a0be92939055d298248b6fd5c1ae53ec Mon Sep 17 00:00:00 2001 From: Nishimura-Katsuo <38635886+Nishimura-Katsuo@users.noreply.github.com> Date: Tue, 24 Aug 2021 00:33:48 -0600 Subject: [PATCH] Removed debug defines for Ubers feature --- features/Ubers.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/features/Ubers.cpp b/features/Ubers.cpp index 949f002..de1cb12 100644 --- a/features/Ubers.cpp +++ b/features/Ubers.cpp @@ -3,8 +3,6 @@ * * by Nishi with help from Jaenster */ -#ifdef _DEBUG - #include "headers/feature.h" #include "headers/common.h" #include "headers/hook.h" @@ -473,5 +471,3 @@ namespace Ubers { } feature; } - -#endif