Remove the debug clamp.

This commit is contained in:
David Anderson 2014-02-09 10:37:02 -08:00
parent 44ebe2f09a
commit 4125796569

View File

@ -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"))