From 412579656972882bed187269ecfb857b354f3989 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 9 Feb 2014 10:37:02 -0800 Subject: [PATCH] Remove the debug clamp. --- compiler/amxxpc/amxxpc.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compiler/amxxpc/amxxpc.cpp b/compiler/amxxpc/amxxpc.cpp index a3784818..52a87fb2 100755 --- a/compiler/amxxpc/amxxpc.cpp +++ b/compiler/amxxpc/amxxpc.cpp @@ -30,11 +30,6 @@ int main(int argc, char **argv) { struct abl pl32; -#ifdef _DEBUG - printf("debug clamp\n"); - getchar(); -#endif - #if defined(__linux__) HINSTANCE lib = NULL; if (FileExists("./amxxpc32.so"))