2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-01-30 15:37:56 +03:00

Remove debug print

This commit is contained in:
s1lent 2019-07-31 18:09:58 +07:00
parent 89e1730a79
commit 1b89757c7f
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C
2 changed files with 2 additions and 3 deletions

View File

@ -130,7 +130,6 @@ cell AMX_NATIVE_CALL SetHookChainReturn(AMX *amx, cell *params)
getATypeStr(static_cast<AType>(params[arg_type]))
);
printf("> SetHookChainReturn: called #3\n");
return FALSE;
}