1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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; VALUE val;
if (id && tbl && rb_id_table_lookup(tbl, id, &val)) { if (id && tbl && rb_id_table_lookup(tbl, id, &val)) {
rp(val);
return val; return val;
} }
else { else {