Remove debugging code

This commit is contained in:
Marc-Andre Lafortune 2020-12-21 18:56:46 -05:00
parent 831f785068
commit 91773ddd26

View File

@ -3135,7 +3135,6 @@ ractor_local_value(rb_execution_context_t *ec, VALUE self, VALUE sym)
VALUE val;
if (id && tbl && rb_id_table_lookup(tbl, id, &val)) {
rp(val);
return val;
}
else {