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:
parent
831f785068
commit
91773ddd26
1 changed files with 0 additions and 1 deletions
1
ractor.c
1
ractor.c
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue