From 122178591a45e62b71f39b901ed463ec498f628b Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Fri, 11 Nov 2016 08:43:26 -0800 Subject: [PATCH] OOPS FORGOT THE DEBUG MESSAGES WEW --- code/modules/client/client procs.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index aeec5f74bf7..cb482546355 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -386,9 +386,7 @@ var/DBQuery/query_donor_select = dbcon.NewQuery("SELECT ckey, tier, active FROM `[format_table_name("donators")]` WHERE ckey = '[ckey]'") query_donor_select.Execute() while(query_donor_select.NextRow()) - log_to_dd("Donor Query Result: [json_encode(query_donor_select.item)]") if(!text2num(query_donor_select.item[3])) - log_to_dd("Donor inactive, removing benefits.") // Inactive donator. donator_level = DONATOR_LEVEL_NONE return