remove debug stuff on the redeem code
This commit is contained in:
parent
7ee91d8e6d
commit
bf3a2ba9e5
@ -53,12 +53,6 @@ hook OnScriptInit( )
|
||||
TextDrawSetOutline(g_TopDonorTD, 1);
|
||||
TextDrawSetProportional(g_TopDonorTD, 1);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
hook OnServerUpdate( )
|
||||
{
|
||||
|
||||
/* ** Update Donation TD ** */
|
||||
UpdateGlobalDonated( );
|
||||
return 1;
|
||||
@ -202,8 +196,6 @@ thread OnGrabLatestDonor( hidden )
|
||||
new
|
||||
rows = cache_get_row_count( );
|
||||
|
||||
printf( "Rows %d", rows );
|
||||
|
||||
if ( rows )
|
||||
{
|
||||
static
|
||||
|
Loading…
Reference in New Issue
Block a user