Removed DBUG_PRINTs, DBUG_ASSERTs, DBUG_EXECUTE_IFs from mysqld.cc sql_table.cc
Still have #ifndef DBUG_OFF blocks, probably should remove them. Also, have put the comment /* DBUG WAS HERE */ in some places where I wasn't how to handle removal since the DBUG_PRINT was the only thing in a "if" block.